class Veritrans::Tercerog::Mdk::MpiReAuthorizeResponseDto
決済サービスタイプ:MPI、コマンド名:再取引の応答Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
本人認証要求日時を取得する¶ ↑
本人認証要求の受付時間 EEE MMM dd HH:mm:ss JST yyyy 形式 (例 “Tue Mar 07 13:17:40 JST 2017”)
- @return
-
本人認証要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 588 def auth_request_datetime @auth_request_datetime = nil unless instance_variable_defined?(:@auth_request_datetime) @auth_request_datetime end
本人認証要求日時を設定する¶ ↑
- @param
-
#auth_request_datetime 本人認証要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 597 def auth_request_datetime=(auth_request_datetime) @auth_request_datetime = auth_request_datetime end
本人認証応答日時を取得する¶ ↑
本人認証の応答時間 EEE MMM dd HH:mm:ss JST yyyy 形式 (例 “Tue Mar 07 13:17:40 JST 2017”)
- @return
-
本人認証応答日時
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 607 def auth_response_datetime @auth_response_datetime = nil unless instance_variable_defined?(:@auth_response_datetime) @auth_response_datetime end
本人認証応答日時を設定する¶ ↑
- @param
-
#auth_response_datetime 本人認証応答日時
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 616 def auth_response_datetime=(auth_response_datetime) @auth_response_datetime = auth_response_datetime end
認証開始URLを設定する¶ ↑
- @param
-
#auth_start_url 認証開始URL
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 652 def auth_start_url=(auth_start_url) @auth_start_url = auth_start_url end
券種コードを設定する¶ ↑
- @param
-
#kind_code 券種コード
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 634 def kind_code=(kind_code) @kind_code = kind_code end
電文IDを設定する¶ ↑
- @param
-
#march_txn 電文ID
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 105 def march_txn=(march_txn) @march_txn = march_txn end
MPIトランザクションタイプを設定する¶ ↑
- @param
-
#mpi_transactiontype MPIトランザクションタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 175 def mpi_transactiontype=(mpi_transactiontype) @mpi_transactiontype = mpi_transactiontype end
PayNowIDオブジェクトを設定する¶ ↑
- @param
-
#pay_now_id_response PayNowIDオブジェクト
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 670 def pay_now_id_response=(pay_now_id_response) @pay_now_id_response = pay_now_id_response end
要求仕向先コードを設定する¶ ↑
- @param
-
#req_acquirer_code 要求仕向先コード
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 249 def req_acquirer_code=(req_acquirer_code) @req_acquirer_code = req_acquirer_code end
要求取引金額を設定する¶ ↑
- @param
-
#req_amount 要求取引金額
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 231 def req_amount=(req_amount) @req_amount = req_amount end
要求誕生日を設定する¶ ↑
- @param
-
#req_birthday 要求誕生日
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 376 def req_birthday=(req_birthday) @req_birthday = req_birthday end
要求カードセンターを設定する¶ ↑
- @param
-
#req_card_center 要求カードセンター
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 285 def req_card_center=(req_card_center) @req_card_center = req_card_center end
要求カード有効期限を設定する¶ ↑
- @param
-
#req_card_expire 要求カード有効期限
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 213 def req_card_expire=(req_card_expire) @req_card_expire = req_card_expire end
要求カード番号を設定する¶ ↑
- @param
-
#req_card_number 要求カード番号
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 194 def req_card_number=(req_card_number) @req_card_number = req_card_number end
要求通貨単位を設定する¶ ↑
- @param
-
#req_currency_unit 要求通貨単位
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 448 def req_currency_unit=(req_currency_unit) @req_currency_unit = req_currency_unit end
要求カナ名前(名)を設定する¶ ↑
- @param
-
#req_first_kana_name 要求カナ名前(名)
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 412 def req_first_kana_name=(req_first_kana_name) @req_first_kana_name = req_first_kana_name end
要求HTTPアクセプトを設定する¶ ↑
- @param
-
#req_http_accept 要求HTTPアクセプト
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 502 def req_http_accept=(req_http_accept) @req_http_accept = req_http_accept end
要求HTTPユーザエージェントを設定する¶ ↑
- @param
-
#req_http_user_agent 要求HTTPユーザエージェント
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 484 def req_http_user_agent=(req_http_user_agent) @req_http_user_agent = req_http_user_agent end
要求商品コードを設定する¶ ↑
- @param
-
#req_item_code 要求商品コード
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 267 def req_item_code=(req_item_code) @req_item_code = req_item_code end
要求JPO情報を設定する¶ ↑
- @param
-
#req_jpo_information 要求JPO情報
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 303 def req_jpo_information=(req_jpo_information) @req_jpo_information = req_jpo_information end
要求カナ名前(姓)を設定する¶ ↑
- @param
-
#req_last_kana_name 要求カナ名前(姓)
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 430 def req_last_kana_name=(req_last_kana_name) @req_last_kana_name = req_last_kana_name end
リダイレクションURIを設定する¶ ↑
- @param
-
#req_redirection_uri リダイレクションURI
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 466 def req_redirection_uri=(req_redirection_uri) @req_redirection_uri = req_redirection_uri end
要求売上日を設定する¶ ↑
- @param
-
#req_sales_day 要求売上日
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 321 def req_sales_day=(req_sales_day) @req_sales_day = req_sales_day end
要求セキュリティコードを設定する¶ ↑
- @param
-
#req_security_code 要求セキュリティコード
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 358 def req_security_code=(req_security_code) @req_security_code = req_security_code end
要求同時売上を設定する¶ ↑
- @param
-
#req_with_capture 要求同時売上
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 339 def req_with_capture=(req_with_capture) @req_with_capture = req_with_capture end
応答3Dセキュアメッセージバージョンを設定する¶ ↑
- @param
-
#res3d_message_version 応答3Dセキュアメッセージバージョン
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 578 def res3d_message_version=(res3d_message_version) @res3d_message_version = res3d_message_version end
応答ブランドIDを設定する¶ ↑
- @param
-
#res_brand_id 応答ブランドID
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 560 def res_brand_id=(res_brand_id) @res_brand_id = res_brand_id end
応答会社IDを設定する¶ ↑
- @param
-
#res_corporation_id 応答会社ID
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 538 def res_corporation_id=(res_corporation_id) @res_corporation_id = res_corporation_id end
応答コンテンツを設定する¶ ↑
- @param
-
#res_response_contents 応答コンテンツ
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 520 def res_response_contents=(res_response_contents) @res_response_contents = res_response_contents end
決済サービスタイプを設定する¶ ↑
- @param
-
#service_type 決済サービスタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 29 def service_type=(service_type) @service_type = service_type end
MDKバージョンを設定する¶ ↑
- @param
-
#txn_version MDKバージョン
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 157 def txn_version=(txn_version) @txn_version = txn_version end
詳細結果コードを設定する¶ ↑
- @param
-
#v_result_code 詳細結果コード
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_re_authorize_response_dto.rb, line 70 def v_result_code=(v_result_code) @v_result_code = v_result_code end