class Veritrans::Tercerog::Mdk::AmazonpayRefundResponseDto
決済サービスタイプ: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_refund_response_dto.rb, line 196 def center_order_id=(center_order_id) @center_order_id = center_order_id end
center_response_datetime()
click to toggle source
決済センター応答日時を取得する¶ ↑
決済センターが返金要求に応答した日時 ※YYYYMMDDhhmmssの形式
- @return
-
決済センター応答日時
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_refund_response_dto.rb, line 168 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_refund_response_dto.rb, line 177 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_refund_response_dto.rb, line 206 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_refund_response_dto.rb, line 215 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_refund_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_refund_response_dto.rb, line 252 def pay_now_id_response=(pay_now_id_response) @pay_now_id_response = pay_now_id_response end
refundable_amount()
click to toggle source
返金可能金額を取得する¶ ↑
売上金額から返金要求中と返金済みの取引の金額を減算した値を返します。 ※応答時点で、部分返金が行える残りの金額となりますが、Amazon側の非同期処理により、返金要求中の取引が不成立となった場合は、返戻時点の値よりも大きくなることがあります。
- @return
-
返金可能金額
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_refund_response_dto.rb, line 225 def refundable_amount @refundable_amount = nil unless instance_variable_defined?(:@refundable_amount) @refundable_amount end
refundable_amount=(refundable_amount)
click to toggle source
返金可能金額を設定する¶ ↑
- @param
-
#refundable_amount 返金可能金額
# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_refund_response_dto.rb, line 234 def refundable_amount=(refundable_amount) @refundable_amount = refundable_amount 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_refund_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_refund_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_refund_response_dto.rb, line 71 def v_result_code=(v_result_code) @v_result_code = v_result_code end