class Veritrans::Tercerog::Mdk::ProperTransactionInfo
検索結果:固有トランザクション情報のクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
仕向先バイナリを取得する¶ ↑
- @param
-
#acquirer_binary 仕向先バイナリ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1265 def acquirer_binary=(acquirer_binary) @acquirer_binary = acquirer_binary end
Alipayの対象取引タイプを設定する¶ ↑
- @param
-
#alipay_txn_type Alipayの対象取引タイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1860 def alipay_txn_type=(alipay_txn_type) @alipay_txn_type = alipay_txn_type end
Alipay+決済センターへの要求日時を設定する¶ ↑
- @param
-
#alipayx_request_datetime Alipay+決済センターへの要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2863 def alipayx_request_datetime=(alipayx_request_datetime) @alipayx_request_datetime = alipayx_request_datetime end
Alipay+決済センターからの返戻日時を設定する¶ ↑
- @param
-
#alipayx_response_datetime Alipay+決済センターからの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2880 def alipayx_response_datetime=(alipayx_response_datetime) @alipayx_response_datetime = alipayx_response_datetime end
Alipay+決済センター結果コードを設定する¶ ↑
- @param
-
#alipayx_result_code Alipay+決済センター結果コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2846 def alipayx_result_code=(alipayx_result_code) @alipayx_result_code = alipayx_result_code end
承認番号を設定する¶ ↑
- @param
-
#approval_no 承認番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2064 def approval_no=(approval_no) @approval_no = approval_no end
永久不滅ポイント残高を設定する¶ ↑
- @param
-
#aq_aqf_point_balance 永久不滅ポイント残高
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1656 def aq_aqf_point_balance=(aq_aqf_point_balance) @aq_aqf_point_balance = aq_aqf_point_balance end
永久不滅ウォレット残高を設定する¶ ↑
- @param
-
#aq_aqf_wallet_balance 永久不滅ウォレット残高
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1639 def aq_aqf_wallet_balance=(aq_aqf_wallet_balance) @aq_aqf_wallet_balance = aq_aqf_wallet_balance end
交換後利用可能バリューを設定する¶ ↑
- @param
-
#aq_available_value 交換後利用可能バリュー
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1673 def aq_available_value=(aq_available_value) @aq_available_value = aq_available_value end
承認番号(MasterPass)を設定する¶ ↑
- @param
-
#auth_code 承認番号(MasterPass)
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2353 def auth_code=(auth_code) @auth_code = auth_code end
本人認証要求日時を設定する¶ ↑
- @param
-
#auth_request_datetime 本人認証要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1554 def auth_request_datetime=(auth_request_datetime) @auth_request_datetime = auth_request_datetime end
本人認証レスポンスコードを設定する¶ ↑
- @param
-
#auth_response_code 本人認証レスポンスコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1384 def auth_response_code=(auth_response_code) @auth_response_code = auth_response_code end
本人認証応答日時を設定する¶ ↑
- @param
-
#auth_response_datetime 本人認証応答日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1571 def auth_response_datetime=(auth_response_datetime) @auth_response_datetime = auth_response_datetime end
BankPayエラーコードをを設定する¶ ↑
- @param
-
#bankpay_error_code BankPayエラーコードを
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2778 def bankpay_error_code=(bankpay_error_code) @bankpay_error_code = bankpay_error_code end
BankpPayへの要求日時を設定する¶ ↑
- @param
-
#bankpay_request_datetime BankpPayへの要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2795 def bankpay_request_datetime=(bankpay_request_datetime) @bankpay_request_datetime = bankpay_request_datetime end
BankpPayからの返戻日時を設定する¶ ↑
- @param
-
#bankpay_response_datetime BankpPayからの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2812 def bankpay_response_datetime=(bankpay_response_datetime) @bankpay_response_datetime = bankpay_response_datetime end
取引カードブランドコードを設定する¶ ↑
- @param
-
#card_brand_code 取引カードブランドコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 111 def card_brand_code=(card_brand_code) @card_brand_code = card_brand_code end
カードトランザクションタイプを設定する¶ ↑
- @param
-
#card_transaction_type カードトランザクションタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 262 def card_transaction_type=(card_transaction_type) @card_transaction_type = card_transaction_type end
カード種別を設定する¶ ↑
- @param
-
#card_type カード種別
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 77 def card_type=(card_type) @card_type = card_type end
カード結果コードを設定する¶ ↑
- @param
-
#card_v_result_code カード結果コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2387 def card_v_result_code=(card_v_result_code) @card_v_result_code = card_v_result_code end
決済センター理由コードを設定する¶ ↑
- @param
-
#center_reason_code 決済センター理由コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3033 def center_reason_code=(center_reason_code) @center_reason_code = center_reason_code end
センターリファレンス番号を設定する¶ ↑
- @param
-
#center_reference_number センターリファレンス番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 364 def center_reference_number=(center_reference_number) @center_reference_number = center_reference_number end
センター要求日時を設定する¶ ↑
- @param
-
#center_request_date センター要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 313 def center_request_date=(center_request_date) @center_request_date = center_request_date end
センター要求日時を設定する¶ ↑
- @param
-
#center_request_datetime センター要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 161 def center_request_datetime=(center_request_datetime) @center_request_datetime = center_request_datetime end
センター要求番号を設定する¶ ↑
- @param
-
#center_request_number センター要求番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 347 def center_request_number=(center_request_number) @center_request_number = center_request_number end
センター応答日時を設定する¶ ↑
- @param
-
#center_response_date センター応答日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 330 def center_response_date=(center_response_date) @center_response_date = center_response_date end
センター応答日時を設定する¶ ↑
- @param
-
#center_response_datetime センター応答日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 178 def center_response_datetime=(center_response_datetime) @center_response_datetime = center_response_datetime end
決済センター結果コードを設定する¶ ↑
- @param
-
#center_result_code 決済センター結果コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2999 def center_result_code=(center_result_code) @center_result_code = center_result_code end
決済センター状態コードを設定する¶ ↑
- @param
-
#center_state_code 決済センター状態コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3016 def center_state_code=(center_state_code) @center_state_code = center_state_code end
Alipayの決済センターとの取引IDを設定する¶ ↑
- @param
-
#center_trade_id Alipayの決済センターとの取引ID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1843 def center_trade_id=(center_trade_id) @center_trade_id = center_trade_id end
決済センターのトランザクション管理IDを設定する¶ ↑
- @param
-
#center_transaction_id 決済センターのトランザクション管理ID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2982 def center_transaction_id=(center_transaction_id) @center_transaction_id = center_transaction_id end
Paypal取引識別子を設定する¶ ↑
- @param
-
#center_txn_id 取引識別子
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1129 def center_txn_id=(center_txn_id) @center_txn_id = center_txn_id end
接続先カード接続センターを設定する¶ ↑
- @param
-
#connected_center_id 接続先カード接続センター
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 483 def connected_center_id=(connected_center_id) @connected_center_id = connected_center_id end
カード会社IDを設定する¶ ↑
- @param
-
#corporation_id カード会社ID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1231 def corporation_id=(corporation_id) @corporation_id = corporation_id end
キャリアからの要求日時を設定する¶ ↑
- @param
-
#cr_request_datetime キャリアからの要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1996 def cr_request_datetime=(cr_request_datetime) @cr_request_datetime = cr_request_datetime end
キャリアからの返戻日時を設定する¶ ↑
- @param
-
#cr_response_datetime キャリアからの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2013 def cr_response_datetime=(cr_response_datetime) @cr_response_datetime = cr_response_datetime end
キャリア結果コードを設定する¶ ↑
- @param
-
#cr_result_code キャリア結果コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1962 def cr_result_code=(cr_result_code) @cr_result_code = cr_result_code end
CRRSステータスを設定する¶ ↑
- @param
-
#crres_status CRRSステータス
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1299 def crres_status=(crres_status) @crres_status = crres_status end
取引対象タイプを設定する¶ ↑
- @param
-
#cvs_txn_type 取引対象タイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 195 def cvs_txn_type=(cvs_txn_type) @cvs_txn_type = cvs_txn_type end
CvsPay取消オーダーIDを設定する¶ ↑
- @param
-
#cvspay_cancel_order_id CvsPay取消オーダーID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2948 def cvspay_cancel_order_id=(cvspay_cancel_order_id) @cvspay_cancel_order_id = cvspay_cancel_order_id end
CvsPayへの要求日時を設定する¶ ↑
- @param
-
#cvspay_request_datetime CvsPayへの要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2914 def cvspay_request_datetime=(cvspay_request_datetime) @cvspay_request_datetime = cvspay_request_datetime end
CvsPayからの返戻日時を設定する¶ ↑
- @param
-
#cvspay_response_datetime CvsPayからの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2931 def cvspay_response_datetime=(cvspay_response_datetime) @cvspay_response_datetime = cvspay_response_datetime end
CvsPay結果コードを設定する¶ ↑
- @param
-
#cvspay_result_cd CvsPay結果コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2897 def cvspay_result_cd=(cvspay_result_cd) @cvspay_result_cd = cvspay_result_cd end
入金日を設定する¶ ↑
- @param
-
#deposit_date 入金日
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2489 def deposit_date=(deposit_date) @deposit_date = deposit_date end
入金IDを設定する¶ ↑
- @param
-
#deposit_id 入金ID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2455 def deposit_id=(deposit_id) @deposit_id = deposit_id end
詳細コマンドタイプを設定する¶ ↑
- @param
-
#detail_command_type 詳細コマンドタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1979 def detail_command_type=(detail_command_type) @detail_command_type = detail_command_type end
ディレクトリサービスログインIDを設定する¶ ↑
- @param
-
#ds_login_id ディレクトリサービスログインID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1282 def ds_login_id=(ds_login_id) @ds_login_id = ds_login_id end
取引対象タイプを設定する¶ ↑
- @param
-
#em_txn_type 取引対象タイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 43 def em_txn_type=(em_txn_type) @em_txn_type = em_txn_type end
エポスへの要求日時を設定する¶ ↑
- @param
-
#epos_request_datetime エポスへの要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3101 def epos_request_datetime=(epos_request_datetime) @epos_request_datetime = epos_request_datetime end
エポスからの返戻日時を設定する¶ ↑
- @param
-
#epos_response_datetime エポスからの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3118 def epos_response_datetime=(epos_response_datetime) @epos_response_datetime = epos_response_datetime end
Paypal外貨換算レートを設定する¶ ↑
- @param
-
#exchange_rate 外貨換算レート
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1163 def exchange_rate=(exchange_rate) @exchange_rate = exchange_rate end
不正検知評価結果を設定する¶ ↑
- @param
-
#fd_result 不正検知評価結果
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3169 def fd_result=(fd_result) @fd_result = fd_result end
手数料を設定する¶ ↑
- @param
-
#fee_amount 手数料
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1146 def fee_amount=(fee_amount) @fee_amount = fee_amount end
頻度(単位)を設定する¶ ↑
- @param
-
#frequency_unit 頻度(単位)
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3322 def frequency_unit=(frequency_unit) @frequency_unit = frequency_unit end
頻度(値)を設定する¶ ↑
- @param
-
#frequency_value 頻度(値)
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3339 def frequency_value=(frequency_value) @frequency_value = frequency_value end
ゲートウェイ要求日時を設定する¶ ↑
- @param
-
#gateway_request_date ゲートウェイ要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 279 def gateway_request_date=(gateway_request_date) @gateway_request_date = gateway_request_date end
ゲートウェイ応答日時を設定する¶ ↑
- @param
-
#gateway_response_date ゲートウェイ応答日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 296 def gateway_response_date=(gateway_response_date) @gateway_response_date = gateway_response_date end
決済ゲートウェイ管理IDを設定する¶ ↑
- @param
-
#gateway_trans_id 決済ゲートウェイ管理ID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2829 def gateway_trans_id=(gateway_trans_id) @gateway_trans_id = gateway_trans_id end
問合せ番号を設定する¶ ↑
- @param
-
#inquiry_code 問合せ番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3305 def inquiry_code=(inquiry_code) @inquiry_code = inquiry_code end
商品名を設定する¶ ↑
- @param
-
#item_name 商品名
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2693 def item_name=(item_name) @item_name = item_name end
円金額を設定する¶ ↑
- @param
-
#jpy_amount 円金額
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2132 def jpy_amount=(jpy_amount) @jpy_amount = jpy_amount end
LINE Payエラーコードを設定する¶ ↑
- @param
-
#linepay_error_code LINE Payエラーコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2302 def linepay_error_code=(linepay_error_code) @linepay_error_code = linepay_error_code end
LINE Payへの要求日時を設定する¶ ↑
- @param
-
#linepay_request_datetime LINE Payへの要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2319 def linepay_request_datetime=(linepay_request_datetime) @linepay_request_datetime = linepay_request_datetime end
LINE Payからの返戻日時を設定する¶ ↑
- @param
-
#linepay_response_datetime LINE Payからの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2336 def linepay_response_datetime=(linepay_response_datetime) @linepay_response_datetime = linepay_response_datetime end
ローン元金を設定する¶ ↑
- @param
-
#loan_principal ローン元金
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2098 def loan_principal=(loan_principal) @loan_principal = loan_principal end
MasterPassへの要求日時を設定する¶ ↑
- @param
-
#masterpass_request_datetime MasterPassへの要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2404 def masterpass_request_datetime=(masterpass_request_datetime) @masterpass_request_datetime = masterpass_request_datetime end
MasterPassからの返戻日時を設定する¶ ↑
- @param
-
#masterpass_response_datetime MasterPassからの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2421 def masterpass_response_datetime=(masterpass_response_datetime) @masterpass_response_datetime = masterpass_response_datetime end
merpayエラーコードを設定する¶ ↑
- @param
-
#merpay_error_code merpayエラーコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3186 def merpay_error_code=(merpay_error_code) @merpay_error_code = merpay_error_code end
決済センターとの取引IDを設定する¶ ↑
- @param
-
#merpay_processing_id 決済センターとの取引ID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3254 def merpay_processing_id=(merpay_processing_id) @merpay_processing_id = merpay_processing_id end
merpayへの要求日時を設定する¶ ↑
- @param
-
#merpay_request_datetime merpayへの要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3271 def merpay_request_datetime=(merpay_request_datetime) @merpay_request_datetime = merpay_request_datetime end
merpayの管理IDを設定する¶ ↑
- @param
-
#merpay_resource_id merpayの管理ID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3237 def merpay_resource_id=(merpay_resource_id) @merpay_resource_id = merpay_resource_id end
merpayからの返戻日時を設定する¶ ↑
- @param
-
#merpay_response_datetime merpayからの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3288 def merpay_response_datetime=(merpay_response_datetime) @merpay_response_datetime = merpay_response_datetime end
MPIトランザクションタイプを設定する。¶ ↑
- @param
-
#mpi_transaction_type MPIトランザクションタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1197 def mpi_transaction_type=(mpi_transaction_type) @mpi_transaction_type = mpi_transaction_type end
Paypal純返金金額を設定する¶ ↑
- @param
-
#net_refund_amount 純返金金額
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1180 def net_refund_amount=(net_refund_amount) @net_refund_amount = net_refund_amount end
従業員IDを設定する¶ ↑
- @param
-
#operator_id 従業員ID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3203 def operator_id=(operator_id) @operator_id = operator_id end
審査結果コードを設定する¶ ↑
- @param
-
#order_state_code 審査結果コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2047 def order_state_code=(order_state_code) @order_state_code = order_state_code end
取引対象タイプを設定する¶ ↑
- @param
-
#orico_txn_type 取引対象タイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2030 def orico_txn_type=(orico_txn_type) @orico_txn_type = orico_txn_type end
PARES ECIを設定する¶ ↑
- @param
-
#pares_eci PARES ECI
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1367 def pares_eci=(pares_eci) @pares_eci = pares_eci end
PARESサインを設定する¶ ↑
- @param
-
#pares_sign PARESサイン
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1333 def pares_sign=(pares_sign) @pares_sign = pares_sign end
PARESステータスを設定する¶ ↑
- @param
-
#pares_status PARESステータス
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1350 def pares_status=(pares_status) @pares_status = pares_status end
支払回数を設定する¶ ↑
- @param
-
#payment_count 支払回数
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2115 def payment_count=(payment_count) @payment_count = payment_count end
Alipayの支払い日付を設定する¶ ↑
- @param
-
#payment_time Alipayの支払い日付
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1911 def payment_time=(payment_time) @payment_time = payment_time end
PayPayエラーコードを設定する¶ ↑
- @param
-
#paypay_error_code PayPayエラーコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2761 def paypay_error_code=(paypay_error_code) @paypay_error_code = paypay_error_code end
PayPayトランザクションIDを設定する¶ ↑
- @param
-
#paypay_online_txn_id PayPayトランザクションID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2744 def paypay_online_txn_id=(paypay_online_txn_id) @paypay_online_txn_id = paypay_online_txn_id end
PayPayへの要求日時を設定する¶ ↑
- @param
-
#paypay_request_datetime PayPayへの要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2710 def paypay_request_datetime=(paypay_request_datetime) @paypay_request_datetime = paypay_request_datetime end
PayPayからの返戻日時を設定する¶ ↑
- @param
-
#paypay_response_datetime PayPayからの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2727 def paypay_response_datetime=(paypay_response_datetime) @paypay_response_datetime = paypay_response_datetime end
PayPay返戻コードを設定する¶ ↑
- @param
-
#paypay_result_code PayPay返戻コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2642 def paypay_result_code=(paypay_result_code) @paypay_result_code = paypay_result_code end
対象取引タイプを設定する¶ ↑
- @param
-
#pe_txn_type 対象取引タイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 212 def pe_txn_type=(pe_txn_type) @pe_txn_type = pe_txn_type end
Paypal対象取引タイプを設定する¶ ↑
- @param
-
#pp_txn_type 対象取引タイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1112 def pp_txn_type=(pp_txn_type) @pp_txn_type = pp_txn_type end
楽天APIエラーコードを設定する¶ ↑
- @param
-
#rakuten_api_error_code 多通貨レスポンスコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2166 def rakuten_api_error_code=(rakuten_api_error_code) @rakuten_api_error_code = rakuten_api_error_code end
楽天APIエラータイプを設定する¶ ↑
- @param
-
#rakuten_api_error_type 楽天APIエラータイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3356 def rakuten_api_error_type=(rakuten_api_error_type) @rakuten_api_error_type = rakuten_api_error_type end
楽天バーコード決済返戻コードを設定する¶ ↑
- @param
-
#rakuten_bc_response_code 楽天バーコード決済返戻コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2200 def rakuten_bc_response_code=(rakuten_bc_response_code) @rakuten_bc_response_code = rakuten_bc_response_code end
楽天取引エラーコードを設定する¶ ↑
- @param
-
#rakuten_order_error_code 楽天取引エラーコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2183 def rakuten_order_error_code=(rakuten_order_error_code) @rakuten_order_error_code = rakuten_order_error_code end
楽天への要求日時を設定する¶ ↑
- @param
-
#rakuten_request_datetime 楽天への要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2217 def rakuten_request_datetime=(rakuten_request_datetime) @rakuten_request_datetime = rakuten_request_datetime end
楽天からの返戻日時を設定する¶ ↑
- @param
-
#rakuten_response_datetime 楽天からの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2234 def rakuten_response_datetime=(rakuten_response_datetime) @rakuten_response_datetime = rakuten_response_datetime end
受付番号を設定する¶ ↑
- @param
-
#receipt_no 受付番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 229 def receipt_no=(receipt_no) @receipt_no = receipt_no end
レシート番号を設定する¶ ↑
- @param
-
#receipt_number レシート番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2676 def receipt_number=(receipt_number) @receipt_number = receipt_number end
リクルートエラーコードを設定する¶ ↑
- @param
-
#recruit_error_code リクルートエラーコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2251 def recruit_error_code=(recruit_error_code) @recruit_error_code = recruit_error_code end
リクルートへの要求日時を設定する¶ ↑
- @param
-
#recruit_request_datetime リクルートへの要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2268 def recruit_request_datetime=(recruit_request_datetime) @recruit_request_datetime = recruit_request_datetime end
リクルートからの返戻日時を設定する¶ ↑
- @param
-
#recruit_response_datetime リクルートからの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2285 def recruit_response_datetime=(recruit_response_datetime) @recruit_response_datetime = recruit_response_datetime end
リファレンス番号を設定する¶ ↑
- @param
-
#reference_number リファレンス番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2370 def reference_number=(reference_number) @reference_number = reference_number end
登録方法を設定する¶ ↑
- @param
-
#registration_method 登録方法
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2472 def registration_method=(registration_method) @registration_method = registration_method end
要求3D CAVVを設定する¶ ↑
- @param
-
#req3d_cavv 要求3D CAVV
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 789 def req3d_cavv=(req3d_cavv) @req3d_cavv = req3d_cavv end
要求3D CAVVアルゴリズムを設定する¶ ↑
- @param
-
#req3d_cavv_algorithm 要求3D CAVVアルゴリズム
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 772 def req3d_cavv_algorithm=(req3d_cavv_algorithm) @req3d_cavv_algorithm = req3d_cavv_algorithm end
要求3D DSトランザクションIDを設定する¶ ↑
- @param
-
#req3d_ds_transaction_id 要求3D DSトランザクションID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 823 def req3d_ds_transaction_id=(req3d_ds_transaction_id) @req3d_ds_transaction_id = req3d_ds_transaction_id end
要求3D ECIを設定する¶ ↑
- @param
-
#req3d_eci 要求3D ECI
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 806 def req3d_eci=(req3d_eci) @req3d_eci = req3d_eci end
要求3Dメッセージバージョンを設定する¶ ↑
- @param
-
#req3d_message_version 要求3Dメッセージバージョン
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 721 def req3d_message_version=(req3d_message_version) @req3d_message_version = req3d_message_version end
要求3DサーバトランザクションIDを設定する¶ ↑
- @param
-
#req3d_server_transaction_id 要求3DサーバトランザクションID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 840 def req3d_server_transaction_id=(req3d_server_transaction_id) @req3d_server_transaction_id = req3d_server_transaction_id end
要求3DトランザクションIDを設定する¶ ↑
- @param
-
#req3d_transaction_id 要求3DトランザクションID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 738 def req3d_transaction_id=(req3d_transaction_id) @req3d_transaction_id = req3d_transaction_id end
要求3Dトランザクションステータスを設定する¶ ↑
- @param
-
#req3d_transaction_status 要求3Dトランザクションステータス
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 755 def req3d_transaction_status=(req3d_transaction_status) @req3d_transaction_status = req3d_transaction_status end
要求仕向先コードを設定する¶ ↑
- @param
-
#req_acquirer_code 要求仕向先コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 602 def req_acquirer_code=(req_acquirer_code) @req_acquirer_code = req_acquirer_code end
要求カードオプションタイプを設定する¶ ↑
- @param
-
#req_amount 要求カードオプションタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 534 def req_amount=(req_amount) @req_amount = req_amount end
要求承認番号を設定する¶ ↑
- @param
-
#req_auth_code 要求承認番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 585 def req_auth_code=(req_auth_code) @req_auth_code = req_auth_code end
要求認証番号を設定する¶ ↑
- @param
-
#req_auth_flag 要求認証番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 874 def req_auth_flag=(req_auth_flag) @req_auth_flag = req_auth_flag end
要求誕生日を設定する¶ ↑
- @param
-
#req_birthday 要求誕生日
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 891 def req_birthday=(req_birthday) @req_birthday = req_birthday end
要求取消日を設定する¶ ↑
- @param
-
#req_cancel_day 要求取消日
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 670 def req_cancel_day=(req_cancel_day) @req_cancel_day = req_cancel_day end
要求カードセンターを設定する¶ ↑
- @param
-
#req_card_center 要求カードセンター
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 619 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/proper_transaction_info.rb, line 517 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/proper_transaction_info.rb, line 500 def req_card_number=(req_card_number) @req_card_number = req_card_number end
要求取引金額を設定する¶ ↑
- @param
-
#req_card_option_type 要求取引金額
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 551 def req_card_option_type=(req_card_option_type) @req_card_option_type = req_card_option_type end
要求通貨単位を設定する¶ ↑
- @param
-
#req_currency_unit 要求通貨単位
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1622 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/proper_transaction_info.rb, line 925 def req_first_kana_name=(req_first_kana_name) @req_first_kana_name = req_first_kana_name end
要求商品コードを設定する¶ ↑
- @param
-
#req_item_code 要求商品コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 381 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/proper_transaction_info.rb, line 636 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/proper_transaction_info.rb, line 942 def req_last_kana_name=(req_last_kana_name) @req_last_kana_name = req_last_kana_name end
要求マーチャントトランザクション番号を設定する¶ ↑
- @param
-
#req_merchant_transaction 要求マーチャントトランザクション番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 568 def req_merchant_transaction=(req_merchant_transaction) @req_merchant_transaction = req_merchant_transaction end
カードの要求支払種別を設定する¶ ↑
- @param
-
#req_payment_type カードの要求支払種別
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3135 def req_payment_type=(req_payment_type) @req_payment_type = req_payment_type end
リダイレクションURIを設定する¶ ↑
- @param
-
#req_redirection_uri リダイレクションURI
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1214 def req_redirection_uri=(req_redirection_uri) @req_redirection_uri = req_redirection_uri end
カードの要求レスポンスコードを設定する¶ ↑
- @param
-
#req_response_code カードの要求レスポンスコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3152 def req_response_code=(req_response_code) @req_response_code = req_response_code end
要求リターン参照番号を設定する¶ ↑
- @param
-
#req_return_reference_number 要求リターン参照番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 415 def req_return_reference_number=(req_return_reference_number) @req_return_reference_number = req_return_reference_number end
要求売上日を設定する¶ ↑
- @param
-
#req_sales_day 要求売上日
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 653 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/proper_transaction_info.rb, line 857 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/proper_transaction_info.rb, line 687 def req_with_capture=(req_with_capture) @req_with_capture = req_with_capture end
要求同時直接を設定する¶ ↑
- @param
-
#req_with_direct 要求同時直接
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 704 def req_with_direct=(req_with_direct) @req_with_direct = req_with_direct end
要求新規返品を設定する¶ ↑
- @param
-
#req_with_new 要求新規返品
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1061 def req_with_new=(req_with_new) @req_with_new = req_with_new end
申込日を設定する¶ ↑
- @param
-
#request_date 申込日
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2081 def request_date=(request_date) @request_date = request_date end
応答3D CAVV を設定する¶ ↑
- @param
-
#res3d_cavv 応答3D CAVV
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1520 def res3d_cavv=(res3d_cavv) @res3d_cavv = res3d_cavv end
応答3D CAVV アルゴリズムを設定する¶ ↑
- @param
-
#res3d_cavv_algorithm 応答3D CAVV アルゴリズム
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1503 def res3d_cavv_algorithm=(res3d_cavv_algorithm) @res3d_cavv_algorithm = res3d_cavv_algorithm end
応答3D DSトランザクションIDを設定する¶ ↑
- @param
-
#res3d_ds_transaction_id 応答3D DSトランザクションID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1452 def res3d_ds_transaction_id=(res3d_ds_transaction_id) @res3d_ds_transaction_id = res3d_ds_transaction_id end
応答3D ECIを設定する¶ ↑
- @param
-
#res3d_eci 応答3D ECI
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1537 def res3d_eci=(res3d_eci) @res3d_eci = res3d_eci end
応答3Dメッセージバージョンを設定する¶ ↑
- @param
-
#res3d_message_version 応答3Dメッセージバージョン
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1418 def res3d_message_version=(res3d_message_version) @res3d_message_version = res3d_message_version end
応答3DサーバトランザクションIDを設定する¶ ↑
- @param
-
#res3d_server_transaction_id 応答3DサーバトランザクションID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1469 def res3d_server_transaction_id=(res3d_server_transaction_id) @res3d_server_transaction_id = res3d_server_transaction_id end
応答3DトランザクションIDを設定する¶ ↑
- @param
-
#res3d_transaction_id 応答3DトランザクションID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1435 def res3d_transaction_id=(res3d_transaction_id) @res3d_transaction_id = res3d_transaction_id end
応答3Dトランザクションステータスを設定する¶ ↑
- @param
-
#res3d_transaction_status 応答3Dトランザクションステータス
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1486 def res3d_transaction_status=(res3d_transaction_status) @res3d_transaction_status = res3d_transaction_status end
アクションコードを設定する¶ ↑
- @param
-
#res_action_code アクションコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1010 def res_action_code=(res_action_code) @res_action_code = res_action_code end
応答承認番号を設定する¶ ↑
- @param
-
#res_auth_code 応答承認番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 993 def res_auth_code=(res_auth_code) @res_auth_code = res_auth_code end
応答与信期間を設定する¶ ↑
- @param
-
#res_auth_term 応答与信期間
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1044 def res_auth_term=(res_auth_term) @res_auth_term = res_auth_term end
応答センターエラーコードを設定する¶ ↑
- @param
-
#res_center_error_code 応答センターエラーコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1027 def res_center_error_code=(res_center_error_code) @res_center_error_code = res_center_error_code end
応答センター処理通番を設定する¶ ↑
- @param
-
#res_center_process_number 応答センター処理通番
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2574 def res_center_process_number=(res_center_process_number) @res_center_process_number = res_center_process_number end
応答センター送信日時¶ ↑
- @param
-
#res_center_send_date_time 応答センター送信日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2591 def res_center_send_date_time=(res_center_send_date_time) @res_center_send_date_time = res_center_send_date_time end
応答商品コードを設定する¶ ↑
- @param
-
#res_item_code 応答商品コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 398 def res_item_code=(res_item_code) @res_item_code = res_item_code end
多通貨レスポンスコードを設定する¶ ↑
- @param
-
#res_mcp_response_code 多通貨レスポンスコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2149 def res_mcp_response_code=(res_mcp_response_code) @res_mcp_response_code = res_mcp_response_code end
応答マーチャントトランザクション番号を設定する¶ ↑
- @param
-
#res_merchant_transaction 応答マーチャントトランザクション番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 959 def res_merchant_transaction=(res_merchant_transaction) @res_merchant_transaction = res_merchant_transaction end
応答リターン参照番号を設定する¶ ↑
- @param
-
#res_return_reference_number 応答リターン参照番号
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 976 def res_return_reference_number=(res_return_reference_number) @res_return_reference_number = res_return_reference_number end
UPOPの外貨換算日付を設定する¶ ↑
- @param
-
#res_upop_exchange_date UPOPの外貨換算日付
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1775 def res_upop_exchange_date=(res_upop_exchange_date) @res_upop_exchange_date = res_upop_exchange_date end
UPOPの外貨換算レートを設定する¶ ↑
- @param
-
#res_upop_exchange_rate UPOPの外貨換算レート
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1792 def res_upop_exchange_rate=(res_upop_exchange_rate) @res_upop_exchange_rate = res_upop_exchange_rate end
UPOPの決済センターとの取引IDを設定する¶ ↑
- @param
-
#res_upop_order_id UPOPの決済センターとの取引ID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1809 def res_upop_order_id=(res_upop_order_id) @res_upop_order_id = res_upop_order_id end
UPOPの清算金額を設定する¶ ↑
- @param
-
#res_upop_settle_amount UPOPの清算金額
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1724 def res_upop_settle_amount=(res_upop_settle_amount) @res_upop_settle_amount = res_upop_settle_amount end
UPOPの清算通貨を設定する¶ ↑
- @param
-
#res_upop_settle_currency UPOPの清算通貨
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1758 def res_upop_settle_currency=(res_upop_settle_currency) @res_upop_settle_currency = res_upop_settle_currency end
UPOPの清算日付を設定する¶ ↑
- @param
-
#res_upop_settle_date UPOPの清算日付
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1741 def res_upop_settle_date=(res_upop_settle_date) @res_upop_settle_date = res_upop_settle_date end
Alipayの清算金額を設定する¶ ↑
- @param
-
#settle_amount Alipayの清算金額
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1877 def settle_amount=(settle_amount) @settle_amount = settle_amount end
決済事業者コードを設定する¶ ↑
- @param
-
#settle_biz_code 決済事業者コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2659 def settle_biz_code=(settle_biz_code) @settle_biz_code = settle_biz_code end
Alipayの清算通貨を設定する¶ ↑
- @param
-
#settle_currency Alipayの清算通貨
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1894 def settle_currency=(settle_currency) @settle_currency = settle_currency end
決済ステータスを設定する¶ ↑
- @param
-
#settlement_status 決済ステータス
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 128 def settlement_status=(settlement_status) @settlement_status = settlement_status end
Alipayの清算日付を設定する¶ ↑
- @param
-
#settlement_time Alipayの清算日付
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1928 def settlement_time=(settlement_time) @settlement_time = settlement_time end
伝票コードを設定する¶ ↑
- @param
-
#slip_code 伝票コード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3220 def slip_code=(slip_code) @slip_code = slip_code end
取引日時を設定する¶ ↑
- @param
-
#start_datetime 取引日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 246 def start_datetime=(start_datetime) @start_datetime = start_datetime end
Tenpayエラーコードを設定する¶ ↑
- @param
-
#tenpay_error_code Tenpayエラーコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2523 def tenpay_error_code=(tenpay_error_code) @tenpay_error_code = tenpay_error_code end
Tenpayへの要求日時を設定する¶ ↑
- @param
-
#tenpay_request_datetime Tenpayへの要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2540 def tenpay_request_datetime=(tenpay_request_datetime) @tenpay_request_datetime = tenpay_request_datetime end
Tenpayからの返戻日時を設定する¶ ↑
- @param
-
#tenpay_response_datetime Tenpayからの返戻日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2557 def tenpay_response_datetime=(tenpay_response_datetime) @tenpay_response_datetime = tenpay_response_datetime end
店舗端末IDを設定する¶ ↑
- @param
-
#terminal_id 店舗端末ID
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2625 def terminal_id=(terminal_id) @terminal_id = terminal_id end
SaisonトランザクションAPIリストを設定する¶ ↑
- @param
-
#transaction_apis SaisonトランザクションAPIリスト
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1690 def transaction_apis=(transaction_apis) @transaction_apis = transaction_apis end
Saisonトランザクションカードリストを設定する¶ ↑
- @param
-
#transaction_cards Saisonトランザクションカードリスト
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1707 def transaction_cards=(transaction_cards) @transaction_cards = transaction_cards end
振込人名を設定する¶ ↑
- @param
-
#transfer_name 振込人名
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2506 def transfer_name=(transfer_name) @transfer_name = transfer_name end
決済完了フラグを設定する¶ ↑
- @param
-
#txn_fixed 決済完了フラグ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1095 def txn_fixed=(txn_fixed) @txn_fixed = txn_fixed end
UPOPの取引対象タイプを設定する¶ ↑
- @param
-
#upop_txn_type UPOPの取引対象タイプ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1826 def upop_txn_type=(upop_txn_type) @upop_txn_type = upop_txn_type end
クーポン利用額を設定する¶ ↑
- @param
-
#use_coupon クーポン利用額
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3067 def use_coupon=(use_coupon) @use_coupon = use_coupon end
クレジット利用額を設定する¶ ↑
- @param
-
#use_credit クレジット利用額
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3050 def use_credit=(use_credit) @use_credit = use_credit end
ポイント利用額を設定する¶ ↑
- @param
-
#use_point ポイント利用額
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3084 def use_point=(use_point) @use_point = use_point end
VERESステータスを設定する¶ ↑
- @param
-
#veres_status VERESステータス
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1316 def veres_status=(veres_status) @veres_status = veres_status end
検証要求日時を設定する¶ ↑
- @param
-
#verify_request_datetime 検証要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1588 def verify_request_datetime=(verify_request_datetime) @verify_request_datetime = verify_request_datetime end
検証レスポンスコードを設定する¶ ↑
- @param
-
#verify_response_code 検証レスポンスコード
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1401 def verify_response_code=(verify_response_code) @verify_response_code = verify_response_code end
検証応答日時を設定する¶ ↑
- @param
-
#verify_response_datetime 検証応答日時
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1605 def verify_response_datetime=(verify_response_datetime) @verify_response_datetime = verify_response_datetime end
消込フラグを設定する¶ ↑
- @param
-
#with_reconcile 消込フラグ
# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2438 def with_reconcile=(with_reconcile) @with_reconcile = with_reconcile end