class Veritrans::Tercerog::Mdk::BankSearchParameter
検索条件:bank検索パラメータクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
confirm_no()
click to toggle source
confirm_no=(confirm_no)
click to toggle source
確認番号を設定する¶ ↑
“*”によるワイルドカード検索が可能
- @param
-
#confirm_no 確認番号
# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 153 def confirm_no=(confirm_no) @confirm_no = confirm_no end
customer_no()
click to toggle source
customer_no=(customer_no)
click to toggle source
お客様番号を設定する¶ ↑
“*”によるワイルドカード検索が可能
- @param
-
#customer_no お客様番号
# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 134 def customer_no=(customer_no) @customer_no = customer_no 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/bank_search_parameter.rb, line 26 def detail_order_type=(detail_order_type) @detail_order_type = detail_order_type end
option_type()
click to toggle source
option_type=(option_type)
click to toggle source
支払い種別を設定する¶ ↑
- @param
-
#option_type 支払い種別
# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 43 def option_type=(option_type) @option_type = option_type end
pay_limit()
click to toggle source
pay_limit=(pay_limit)
click to toggle source
支払期限(From, To)を設定する¶ ↑
- @param
-
#pay_limit 支払期限(From, To)
# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 60 def pay_limit=(pay_limit) @pay_limit = pay_limit end
received_datetime()
click to toggle source
received_datetime=(received_datetime)
click to toggle source
収納日時(From, To)を設定する¶ ↑
- @param
-
#received_datetime 収納日時(From, To)
# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 77 def received_datetime=(received_datetime) @received_datetime = received_datetime end
shuno_kigyo_no()
click to toggle source
shuno_kigyo_no=(shuno_kigyo_no)
click to toggle source
収納企業コードを設定する¶ ↑
“*”によるワイルドカード検索が可能
- @param
-
#shuno_kigyo_no 収納企業コード
# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 115 def shuno_kigyo_no=(shuno_kigyo_no) @shuno_kigyo_no = shuno_kigyo_no end
shuno_kikan_no()
click to toggle source
shuno_kikan_no=(shuno_kikan_no)
click to toggle source
収納機関番号を設定する¶ ↑
“*”によるワイルドカード検索が可能
- @param
-
#shuno_kikan_no 収納機関番号
# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 96 def shuno_kikan_no=(shuno_kikan_no) @shuno_kikan_no = shuno_kikan_no end