class Veritrans::Tercerog::Mdk::OrderInfo
検索結果:オーダー情報のクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
account_id()
click to toggle source
account_id=(account_id)
click to toggle source
会員IDを設定する¶ ↑
- @param
-
#account_id 会員ID
# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 230 def account_id=(account_id) @account_id = account_id end
free_key()
click to toggle source
free_key=(free_key)
click to toggle source
index()
click to toggle source
index=(index)
click to toggle source
last_success_txn_type()
click to toggle source
last_success_txn_type=(last_success_txn_type)
click to toggle source
最終成功トランザクションタイプを設定する¶ ↑
- @param
-
#last_success_txn_type 最終成功トランザクションタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 94 def last_success_txn_type=(last_success_txn_type) @last_success_txn_type = last_success_txn_type end
memo1()
click to toggle source
memo1=(memo1)
click to toggle source
memo2()
click to toggle source
memo2=(memo2)
click to toggle source
memo3()
click to toggle source
memo3=(memo3)
click to toggle source
order_id()
click to toggle source
order_id=(order_id)
click to toggle source
order_status()
click to toggle source
order_status=(order_status)
click to toggle source
オーダー決済状態を設定する¶ ↑
- @param
-
#order_status オーダー決済状態
# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 77 def order_status=(order_status) @order_status = order_status end
proper_order_info()
click to toggle source
proper_order_info=(proper_order_info)
click to toggle source
固有オーダー情報を設定する¶ ↑
- @param
-
#proper_order_info 固有オーダー情報
# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 128 def proper_order_info=(proper_order_info) @proper_order_info = proper_order_info end
service_type_cd()
click to toggle source
service_type_cd=(service_type_cd)
click to toggle source
決済サービスタイプを設定する¶ ↑
- @param
-
#service_type_cd 決済サービスタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 43 def service_type_cd=(service_type_cd) @service_type_cd = service_type_cd end
success_detail_txn_type()
click to toggle source
success_detail_txn_type=(success_detail_txn_type)
click to toggle source
詳細トランザクションタイプを設定する¶ ↑
- @param
-
#success_detail_txn_type 詳細トランザクションタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 111 def success_detail_txn_type=(success_detail_txn_type) @success_detail_txn_type = success_detail_txn_type end
transaction_infos()
click to toggle source
transaction_infos=(transaction_infos)
click to toggle source
決済トランザクションリストを設定する¶ ↑
- @param
-
#transaction_infos 決済トランザクションリスト
# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 145 def transaction_infos=(transaction_infos) @transaction_infos = transaction_infos end