class Veritrans::Tercerog::Mdk::BankpaySearchParameter
検索条件:Bankpay検索パラメータクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
account_id()
click to toggle source
account_id=(account_id)
click to toggle source
口座IDを設定する¶ ↑
口座IDを設定する場合、会員IDの設定は必須¶ ↑
- @param
-
#account_id 口座ID
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 95 def account_id=(account_id) @account_id = account_id end
center_transaction_id()
click to toggle source
center_transaction_id=(center_transaction_id)
click to toggle source
決済センターのトランザクション管理ID を設定する¶ ↑
- @param
-
#center_transaction_id 決済センターのトランザクション管理ID
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 60 def center_transaction_id=(center_transaction_id) @center_transaction_id = center_transaction_id end
detail_command_type()
click to toggle source
detail_command_type=(detail_command_type)
click to toggle source
詳細コマンドタイプ名を設定する¶ ↑
- @param
-
#detail_command_type 詳細コマンドタイプ名
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 43 def detail_command_type=(detail_command_type) @detail_command_type = detail_command_type end
detail_order_type()
click to toggle source
detail_order_type=(detail_order_type)
click to toggle source
詳細オーダー決済状態を設定する¶ ↑
- @param
-
#detail_order_type 詳細オーダー決済状態
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 26 def detail_order_type=(detail_order_type) @detail_order_type = detail_order_type end
member_id()
click to toggle source
member_id=(member_id)
click to toggle source
会員IDを設定する¶ ↑
- @param
-
#member_id 会員ID
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 77 def member_id=(member_id) @member_id = member_id end