class Veritrans::Tercerog::Mdk::TransactionInfo
検索結果:決済トランザクションのクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
amount()
click to toggle source
amount=(amount)
click to toggle source
command()
click to toggle source
command=(command)
click to toggle source
mstatus()
click to toggle source
mstatus=(mstatus)
click to toggle source
proper_transaction_info()
click to toggle source
proper_transaction_info=(proper_transaction_info)
click to toggle source
固有トランザクション情報を設定する¶ ↑
- @param
-
#proper_transaction_info 固有トランザクション情報
# File tgMdk/lib/tg_mdk/mdk_dto/transaction_info.rb, line 128 def proper_transaction_info=(proper_transaction_info) @proper_transaction_info = proper_transaction_info end
txn_datetime()
click to toggle source
txn_datetime=(txn_datetime)
click to toggle source
取引日時を設定する¶ ↑
- @param
-
#txn_datetime 取引日時
# File tgMdk/lib/tg_mdk/mdk_dto/transaction_info.rb, line 94 def txn_datetime=(txn_datetime) @txn_datetime = txn_datetime end
txn_id()
click to toggle source
txn_id=(txn_id)
click to toggle source
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/transaction_info.rb, line 77 def v_result_code=(v_result_code) @v_result_code = v_result_code end