class Veritrans::Tercerog::Mdk::CommonSearchParameter
検索条件:共通検索パラメータクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
amount()
click to toggle source
amount=(amount)
click to toggle source
command()
click to toggle source
command=(command)
click to toggle source
mstatus()
click to toggle source
mstatus=(mstatus)
click to toggle source
order_id()
click to toggle source
order_id=(order_id)
click to toggle source
order_status()
click to toggle source
order_status=(order_status)
click to toggle source
オーダー決済状態を設定する¶ ↑
- @param
-
#order_status オーダー決済状態
# File tgMdk/lib/tg_mdk/mdk_dto/common_search_parameter.rb, line 45 def order_status=(order_status) @order_status = order_status end
txn_datetime()
click to toggle source
txn_datetime=(txn_datetime)
click to toggle source
取引日時(From, To)を設定する¶ ↑
- @param
-
#txn_datetime 取引日時(From, To)
# File tgMdk/lib/tg_mdk/mdk_dto/common_search_parameter.rb, line 96 def txn_datetime=(txn_datetime) @txn_datetime = txn_datetime end