class Veritrans::Tercerog::Mdk::AmazonpayCaptureResponseDto
決済サービスタイプ:Amazonpay、コマンド名:売上の応答Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
center_order_id()
click to toggle source
center_order_id=(center_order_id)
click to toggle source
決済センターの管理IDを設定する¶ ↑
- @param
-
#center_order_id 決済センターの管理ID
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_capture_response_dto.rb, line 199 def center_order_id=(center_order_id) @center_order_id = center_order_id end
center_response_datetime()
click to toggle source
決済センター応答日時を取得する¶ ↑
決済センターが売上要求に応答した日時 正常終了した場合、Amazon側で売上要求を受け付けた日時となります。 ※売上が成立した日時は、結果通知をご参照ください。 ※YYYYMMDDhhmmssの形式
- @return
-
決済センター応答日時
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_capture_response_dto.rb, line 170 def center_response_datetime @center_response_datetime = nil unless instance_variable_defined?(:@center_response_datetime) @center_response_datetime end
center_response_datetime=(center_response_datetime)
click to toggle source
決済センター応答日時を設定する¶ ↑
- @param
-
#center_response_datetime 決済センター応答日時
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_capture_response_dto.rb, line 179 def center_response_datetime=(center_response_datetime) @center_response_datetime = center_response_datetime end
center_transaction_id()
click to toggle source
決済センターのトランザクション管理IDを取得する¶ ↑
決済センターがトランザクション毎に発番するID。
-
最大:64byte
- @return
-
決済センターのトランザクション管理ID
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_capture_response_dto.rb, line 209 def center_transaction_id @center_transaction_id = nil unless instance_variable_defined?(:@center_transaction_id) @center_transaction_id end
center_transaction_id=(center_transaction_id)
click to toggle source
決済センターのトランザクション管理IDを設定する¶ ↑
- @param
-
#center_transaction_id 決済センターのトランザクション管理ID
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_capture_response_dto.rb, line 218 def center_transaction_id=(center_transaction_id) @center_transaction_id = center_transaction_id end
cust_txn()
click to toggle source
cust_txn=(cust_txn)
click to toggle source
march_txn()
click to toggle source
march_txn=(march_txn)
click to toggle source
電文IDを設定する¶ ↑
- @param
-
#march_txn 電文ID
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_capture_response_dto.rb, line 106 def march_txn=(march_txn) @march_txn = march_txn end
merr_msg()
click to toggle source
merr_msg=(merr_msg)
click to toggle source
mstatus()
click to toggle source
mstatus=(mstatus)
click to toggle source
order_id()
click to toggle source
order_id=(order_id)
click to toggle source
pay_now_id_response()
click to toggle source
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/amazonpay_capture_response_dto.rb, line 236 def pay_now_id_response=(pay_now_id_response) @pay_now_id_response = pay_now_id_response end
service_type()
click to toggle source
service_type=(service_type)
click to toggle source
決済サービスタイプを設定する¶ ↑
- @param
-
#service_type 決済サービスタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_capture_response_dto.rb, line 29 def service_type=(service_type) @service_type = service_type end
txn_version()
click to toggle source
txn_version=(txn_version)
click to toggle source
MDKバージョンを設定する¶ ↑
- @param
-
#txn_version MDKバージョン
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_capture_response_dto.rb, line 158 def txn_version=(txn_version) @txn_version = txn_version end
v_result_code()
click to toggle source
v_result_code=(v_result_code)
click to toggle source
詳細結果コードを設定する¶ ↑
- @param
-
#v_result_code 詳細結果コード
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_capture_response_dto.rb, line 71 def v_result_code=(v_result_code) @v_result_code = v_result_code end