class Veritrans::Tercerog::Mdk::MpiReAuthorizeResponseDto

決済サービスタイプ:3Dセキュアカード連携、コマンド名:再申込の応答Dtoクラス

@author

VeriTrans Inc.

Public Instance Methods

auth_request_datetime() click to toggle source

本人認証要求日時を取得する

@return

本人認証要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 548
def auth_request_datetime
  @auth_request_datetime = nil unless instance_variable_defined?(:@auth_request_datetime)
  @auth_request_datetime
end
auth_request_datetime=(auth_request_datetime) click to toggle source

本人認証要求日時を設定する

@param

#auth_request_datetime 本人認証要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 557
def auth_request_datetime=(auth_request_datetime)
  @auth_request_datetime = auth_request_datetime
end
auth_response_datetime() click to toggle source

本人認証応答日時を取得する

@return

本人認証応答日時

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 565
def auth_response_datetime
  @auth_response_datetime = nil unless instance_variable_defined?(:@auth_response_datetime)
  @auth_response_datetime
end
auth_response_datetime=(auth_response_datetime) click to toggle source

本人認証応答日時を設定する

@param

#auth_response_datetime 本人認証応答日時

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 574
def auth_response_datetime=(auth_response_datetime)
  @auth_response_datetime = auth_response_datetime
end
cust_txn() click to toggle source

取引毎に付くIDを取得する

@return

取引毎に付くID

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 120
def cust_txn
  @cust_txn = nil unless instance_variable_defined?(:@cust_txn)
  @cust_txn
end
cust_txn=(cust_txn) click to toggle source

取引毎に付くIDを設定する

@param

#cust_txn 取引毎に付くID

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 129
def cust_txn=(cust_txn)
  @cust_txn = cust_txn
end
get_trad_url() click to toggle source

レスポンスからTradURLを取得する

@return

レスポンスに含まれていた広告用(Trad)URL。 エレメントが無いか、エレメントに内容が無ければ nil を返す。

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 600
def get_trad_url()
  return find_trad_url()
end
march_txn() click to toggle source

電文IDを取得する

@return

電文ID

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 86
def march_txn
  @march_txn = nil unless instance_variable_defined?(:@march_txn)
  @march_txn
end
march_txn=(march_txn) click to toggle source

電文IDを設定する

@param

#march_txn 電文ID

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 95
def march_txn=(march_txn)
  @march_txn = march_txn
end
merr_msg() click to toggle source

エラーメッセージを取得する

@return

エラーメッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 69
def merr_msg
  @merr_msg = nil unless instance_variable_defined?(:@merr_msg)
  @merr_msg
end
merr_msg=(merr_msg) click to toggle source

エラーメッセージを設定する

@param

#merr_msg エラーメッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 78
def merr_msg=(merr_msg)
  @merr_msg = merr_msg
end
mpi_transactiontype() click to toggle source

MPIトランザクションタイプを取得する

@return

MPIトランザクションタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 155
def mpi_transactiontype
  @mpi_transactiontype = nil unless instance_variable_defined?(:@mpi_transactiontype)
  @mpi_transactiontype
end
mpi_transactiontype=(mpi_transactiontype) click to toggle source

MPIトランザクションタイプを設定する

@param

#mpi_transactiontype MPIトランザクションタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 164
def mpi_transactiontype=(mpi_transactiontype)
  @mpi_transactiontype = mpi_transactiontype
end
mstatus() click to toggle source

処理結果コードを取得する

@return

処理結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 35
def mstatus
  @mstatus = nil unless instance_variable_defined?(:@mstatus)
  @mstatus
end
mstatus=(mstatus) click to toggle source

処理結果コードを設定する

@param

mstatus 処理結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 44
def mstatus=(mstatus)
  @mstatus = mstatus
end
order_id() click to toggle source

取引IDを取得する

@return

取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 103
def order_id
  @order_id = nil unless instance_variable_defined?(:@order_id)
  @order_id
end
order_id=(order_id) click to toggle source

取引IDを設定する

@param

#order_id 取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 112
def order_id=(order_id)
  @order_id = order_id
end
pay_now_id_response() click to toggle source

PayNowIDオブジェクトを取得する

@return

PayNowIDオブジェクト

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 582
def pay_now_id_response
  @pay_now_id_response = nil unless instance_variable_defined?(:@pay_now_id_response)
  @pay_now_id_response
end
pay_now_id_response=(pay_now_id_response) click to toggle source

PayNowIDオブジェクトを設定する

@param

#pay_now_id_response PayNowIDオブジェクト

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 591
def pay_now_id_response=(pay_now_id_response)
  @pay_now_id_response = pay_now_id_response
end
req_acquirer_code() click to toggle source

要求仕向先コードを取得する

@return

要求仕向先コード

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 223
def req_acquirer_code
  @req_acquirer_code = nil unless instance_variable_defined?(:@req_acquirer_code)
  @req_acquirer_code
end
req_acquirer_code=(req_aquirer_code) click to toggle source

要求仕向先コードを設定する

@param

req_aquirer_code 要求仕向先コード

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 232
def req_acquirer_code=(req_aquirer_code)
  @req_acquirer_code = req_aquirer_code
end
req_amount() click to toggle source

要求取引金額を取得する

@return

要求取引金額

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 206
def req_amount
  @req_amount = nil unless instance_variable_defined?(:@req_amount)
  @req_amount
end
req_amount=(req_amount) click to toggle source

要求取引金額を設定する

@param

#req_amount 要求取引金額

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 215
def req_amount=(req_amount)
  @req_amount = req_amount
end
req_birthday() click to toggle source

要求誕生日を取得する

@return

要求誕生日

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 342
def req_birthday
  @req_birthday = nil unless instance_variable_defined?(:@req_birthday)
  @req_birthday
end
req_birthday=(req_birthday) click to toggle source

要求誕生日を設定する

@param

#req_birthday 要求誕生日

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 351
def req_birthday=(req_birthday)
  @req_birthday = req_birthday
end
req_card_center() click to toggle source

要求カードセンターを取得する

@return

要求カードセンター

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 257
def req_card_center
  @req_card_center = nil unless instance_variable_defined?(:@req_card_center)
  @req_card_center
end
req_card_center=(req_card_center) click to toggle source

要求カードセンターを設定する

@param

#req_card_center 要求カードセンター

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 266
def req_card_center=(req_card_center)
  @req_card_center = req_card_center
end
req_card_expire() click to toggle source

要求カード有効期限を取得する

@return

要求カード有効期限

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 189
def req_card_expire
  @req_card_expire = nil unless instance_variable_defined?(:@req_card_expire)
  @req_card_expire
end
req_card_expire=(req_card_expire) click to toggle source

要求カード有効期限を設定する

@param

#req_card_expire 要求カード有効期限

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 198
def req_card_expire=(req_card_expire)
  @req_card_expire = req_card_expire
end
req_card_number() click to toggle source

要求カード番号を取得する

@return

要求カード番号

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 172
def req_card_number
  @req_card_number = nil unless instance_variable_defined?(:@req_card_number)
  @req_card_number
end
req_card_number=(req_card_number) click to toggle source

要求カード番号を設定する

@param

#req_card_number 要求カード番号

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 181
def req_card_number=(req_card_number)
  @req_card_number = req_card_number
end
req_currency_unit() click to toggle source

要求通貨単位を取得する

@return

要求通貨単位

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 410
def req_currency_unit
  @req_currency_unit = nil unless instance_variable_defined?(:@req_currency_unit)
  @req_currency_unit
end
req_currency_unit=(req_currency_unit) click to toggle source

要求通貨単位を設定する

@param

#req_currency_unit 要求通貨単位

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 419
def req_currency_unit=(req_currency_unit)
  @req_currency_unit = req_currency_unit
end
req_first_kana_name() click to toggle source

要求カナ名前(名)を取得する

@return

要求カナ名前(名)

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 376
def req_first_kana_name
  @req_first_kana_name = nil unless instance_variable_defined?(:@req_first_kana_name)
  @req_first_kana_name
end
req_first_kana_name=(req_first_kana_name) click to toggle source

要求カナ名前(名)を設定する

@param

#req_first_kana_name 要求カナ名前(名)

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 385
def req_first_kana_name=(req_first_kana_name)
  @req_first_kana_name = req_first_kana_name
end
req_http_accept() click to toggle source

要求HTTPアセプトを取得する

@return

要求HTTPアセプト

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 461
def req_http_accept
  @req_http_accept = nil unless instance_variable_defined?(:@req_http_accept)
  @req_http_accept
end
req_http_accept=(req_http_accept) click to toggle source

要求HTTPアセプトを設定する

@param

#req_http_accept 要求HTTPアセプト

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 470
def req_http_accept=(req_http_accept)
  @req_http_accept = req_http_accept
end
req_http_user_agent() click to toggle source

要求HTTPユーザエージェントを取得する

@return

要求HTTPユーザエージェント

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 444
def req_http_user_agent
  @req_http_user_agent = nil unless instance_variable_defined?(:@req_http_user_agent)
  @req_http_user_agent
end
req_http_user_agent=(req_http_user_agent) click to toggle source

要求HTTPユーザエージェントを設定する

@param

#req_http_user_agent 要求HTTPユーザエージェント

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 453
def req_http_user_agent=(req_http_user_agent)
  @req_http_user_agent = req_http_user_agent
end
req_item_code() click to toggle source

要求商品コードを取得する

@return

要求商品コード

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 240
def req_item_code
  @req_item_code = nil unless instance_variable_defined?(:@req_item_code)
  @req_item_code
end
req_item_code=(req_item_code) click to toggle source

要求商品コードを設定する

@param

#req_item_code 要求商品コード

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 249
def req_item_code=(req_item_code)
  @req_item_code = req_item_code
end
req_jpo_information() click to toggle source

要求JPO情報を取得する

@return

要求JPO情報

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 274
def req_jpo_information
  @req_jpo_information = nil unless instance_variable_defined?(:@req_jpo_information)
  @req_jpo_information
end
req_jpo_information=(req_jpo_information) click to toggle source

要求JPO情報を設定する

@param

#req_jpo_information 要求JPO情報

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 283
def req_jpo_information=(req_jpo_information)
  @req_jpo_information = req_jpo_information
end
req_last_kana_name() click to toggle source

要求カナ名前(姓)を取得する

@return

要求カナ名前(姓)

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 393
def req_last_kana_name
  @req_last_kana_name = nil unless instance_variable_defined?(:@req_last_kana_name)
  @req_last_kana_name
end
req_last_kana_name=(req_last_kana_name) click to toggle source

要求カナ名前(姓)を設定する

@param

#req_last_kana_name 要求カナ名前(姓)

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 402
def req_last_kana_name=(req_last_kana_name)
  @req_last_kana_name = req_last_kana_name
end
req_redirection_uri() click to toggle source

リダイレクションURIを取得する

@return

リダイレクションURI

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 427
def req_redirection_uri
  @req_redirection_uri = nil unless instance_variable_defined?(:@req_redirection_uri)
  @req_redirection_uri
end
req_redirection_uri=(req_redirection_uri) click to toggle source

リダイレクションURIを設定する

@param

#req_redirection_uri リダイレクションURI

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 436
def req_redirection_uri=(req_redirection_uri)
  @req_redirection_uri = req_redirection_uri
end
req_sales_day() click to toggle source

要求売上日を取得する

@return

要求売上日

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 291
def req_sales_day
  @req_sales_day = nil unless instance_variable_defined?(:@req_sales_day)
  @req_sales_day
end
req_sales_day=(req_sales_day) click to toggle source

要求売上日を設定する

@param

#req_sales_day 要求売上日

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 300
def req_sales_day=(req_sales_day)
  @req_sales_day = req_sales_day
end
req_security_code() click to toggle source

要求セキュリティコードを取得する

@return

要求セキュリティコード

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 325
def req_security_code
  @req_security_code = nil unless instance_variable_defined?(:@req_security_code)
  @req_security_code
end
req_security_code=(req_security_code) click to toggle source

要求セキュリティコードを設定する

@param

#req_security_code 要求セキュリティコード

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 334
def req_security_code=(req_security_code)
  @req_security_code = req_security_code
end
req_tel() click to toggle source

要求電話番号を取得する

@return

要求電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 359
def req_tel
  @req_tel = nil unless instance_variable_defined?(:@req_tel)
  @req_tel
end
req_tel=(req_tel) click to toggle source

要求電話番号を設定する

@param

#req_tel 要求電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 368
def req_tel=(req_tel)
  @req_tel = req_tel
end
req_with_capture() click to toggle source

要求同時売上を取得する

@return

要求同時売上

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 308
def req_with_capture
  @req_with_capture = nil unless instance_variable_defined?(:@req_with_capture)
  @req_with_capture
end
req_with_capture=(req_with_capture) click to toggle source

要求同時売上を設定する

@param

#req_with_capture 要求同時売上

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 317
def req_with_capture=(req_with_capture)
  @req_with_capture = req_with_capture
end
res3d_message_version() click to toggle source

応答3Dセキュアメッセージバージョンを取得する

@return

応答3Dセキュアメッセージバージョン

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 531
def res3d_message_version
  @res3d_message_version = nil unless instance_variable_defined?(:@res3d_message_version)
  @res3d_message_version
end
res3d_message_version=(res3d_message_version) click to toggle source

応答3Dセキュアメッセージバージョンを設定する

@param

#res3d_message_version 応答3Dセキュアメッセージバージョン

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 540
def res3d_message_version=(res3d_message_version)
  @res3d_message_version = res3d_message_version
end
res_brand_id() click to toggle source

応答ブランドIDを取得する

@return

応答ブランドID

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 514
def res_brand_id
  @res_brand_id = nil unless instance_variable_defined?(:@res_brand_id)
  @res_brand_id
end
res_brand_id=(res_brand_id) click to toggle source

応答ブランドIDを設定する

@param

#res_brand_id 応答ブランドID

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 523
def res_brand_id=(res_brand_id)
  @res_brand_id = res_brand_id
end
res_corporation_id() click to toggle source

応答会社IDを取得する

@return

応答会社ID

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 497
def res_corporation_id
  @res_corporation_id = nil unless instance_variable_defined?(:@res_corporation_id)
  @res_corporation_id
end
res_corporation_id=(res_corporation_id) click to toggle source

応答会社IDを設定する

@param

#res_corporation_id 応答会社ID

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 506
def res_corporation_id=(res_corporation_id)
  @res_corporation_id = res_corporation_id
end
res_response_contents() click to toggle source

応答コンテンツを取得する

  • 本人認証が成功した場合に

  • マーチャント側でコンシューマに対して応答するレスポンスです。

@return

応答コンテンツ

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 480
def res_response_contents
  @res_response_contents = nil unless instance_variable_defined?(:@res_response_contents)
  @res_response_contents
end
res_response_contents=(res_response_contents) click to toggle source

応答コンテンツを設定する

@param

#res_response_contents 応答コンテンツ

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 489
def res_response_contents=(res_response_contents)
  @res_response_contents = res_response_contents
end
service_type() click to toggle source

決済サービスタイプを取得する

@return

決済サービスタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 18
def service_type
  @service_type = nil unless instance_variable_defined?(:@service_type)
  @service_type
end
service_type=(service_type) click to toggle source

決済サービスタイプを設定する

@param

#service_type 決済サービスタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 27
def service_type=(service_type)
  @service_type = service_type
end
txn_version() click to toggle source

MDK バージョンを取得する

  • 電文のバージョン番号。

@return

MDK バージョン

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 138
def txn_version
  @txn_version = nil unless instance_variable_defined?(:@txn_version)
  @txn_version
end
txn_version=(txn_version) click to toggle source

MDK バージョンを設定する

@param

#txn_version MDK バージョン

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 147
def txn_version=(txn_version)
  @txn_version = txn_version
end
v_result_code() click to toggle source

詳細結果コードを取得する

@return

詳細結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 52
def v_result_code
  @v_result_code = nil unless instance_variable_defined?(:@v_result_code)
  @v_result_code
end
v_result_code=(v_result_code) click to toggle source

詳細結果コードを設定する

@param

#v_result_code 詳細結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 61
def v_result_code=(v_result_code)
  @v_result_code = v_result_code
end