class Veritrans::Tercerog::Mdk::EmSearchParameter
検索条件:電子マネー検索パラメータクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
complete_datetime()
click to toggle source
complete_datetime=(complete_datetime)
click to toggle source
支払完了日時(From, To)を設定する¶ ↑
- @param
-
#complete_datetime 支払完了日時(From, To)
# File tgMdk/lib/tg_mdk/mdk_dto/em_search_parameter.rb, line 95 def complete_datetime=(complete_datetime) @complete_datetime = complete_datetime 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/em_search_parameter.rb, line 26 def detail_order_type=(detail_order_type) @detail_order_type = detail_order_type end
em_type()
click to toggle source
em_type=(em_type)
click to toggle source
option_type()
click to toggle source
option_type=(option_type)
click to toggle source
支払い種別を設定する¶ ↑
- @param
-
#option_type 支払い種別
# File tgMdk/lib/tg_mdk/mdk_dto/em_search_parameter.rb, line 61 def option_type=(option_type) @option_type = option_type end
receipt_no()
click to toggle source
receipt_no=(receipt_no)
click to toggle source
受付番号を設定する¶ ↑
- @param
-
#receipt_no 受付番号
# File tgMdk/lib/tg_mdk/mdk_dto/em_search_parameter.rb, line 112 def receipt_no=(receipt_no) @receipt_no = receipt_no end
settlement_limit()
click to toggle source
settlement_limit=(settlement_limit)
click to toggle source
支払/受取期限(From, To)を設定する¶ ↑
- @param
-
#settlement_limit 支払/受取期限(From, To)
# File tgMdk/lib/tg_mdk/mdk_dto/em_search_parameter.rb, line 78 def settlement_limit=(settlement_limit) @settlement_limit = settlement_limit end