class Veritrans::Tercerog::Mdk::SaisonSearchParameter
検索条件:セゾン検索パラメータクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
card_amount()
click to toggle source
card_amount=(card_amount)
click to toggle source
カード決済金額(From, To)を設定する¶ ↑
- @param
-
#card_amount カード決済金額(From, To)
# File tgMdk/lib/tg_mdk/mdk_dto/saison_search_parameter.rb, line 77 def card_amount=(card_amount) @card_amount = card_amount 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/saison_search_parameter.rb, line 26 def detail_order_type=(detail_order_type) @detail_order_type = detail_order_type end
total_amount()
click to toggle source
total_amount=(total_amount)
click to toggle source
合計決済金額(From, To)を設定する¶ ↑
- @param
-
#total_amount 合計決済金額(From, To)
# File tgMdk/lib/tg_mdk/mdk_dto/saison_search_parameter.rb, line 43 def total_amount=(total_amount) @total_amount = total_amount end
wallet_amount()
click to toggle source
wallet_amount=(wallet_amount)
click to toggle source
ウォレット決済金額(From, To)を設定する¶ ↑
- @param
-
#wallet_amount ウォレット決済金額(From, To)
# File tgMdk/lib/tg_mdk/mdk_dto/saison_search_parameter.rb, line 60 def wallet_amount=(wallet_amount) @wallet_amount = wallet_amount end