class Veritrans::Tercerog::Mdk::OricoscSearchParameter
検索条件:ショッピングクレジット検索パラメータクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
amount()
click to toggle source
amount=(amount)
click to toggle source
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/oricosc_search_parameter.rb, line 26 def detail_order_type=(detail_order_type) @detail_order_type = detail_order_type end
orico_order_no()
click to toggle source
orico_order_no=(orico_order_no)
click to toggle source
注文番号を設定する¶ ↑
- @param
-
#orico_order_no 注文番号
# File tgMdk/lib/tg_mdk/mdk_dto/oricosc_search_parameter.rb, line 43 def orico_order_no=(orico_order_no) @orico_order_no = orico_order_no end
total_item_amount()
click to toggle source
total_item_amount=(total_item_amount)
click to toggle source
商品価格合計(From, To)を設定する¶ ↑
- @param
-
#total_item_amount 商品価格合計(From, To)
# File tgMdk/lib/tg_mdk/mdk_dto/oricosc_search_parameter.rb, line 77 def total_item_amount=(total_item_amount) @total_item_amount = total_item_amount end