class Veritrans::Tercerog::Mdk::PaypalSearchParameter
検索条件:ペイパル検索パラメータクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
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/paypal_search_parameter.rb, line 27 def detail_order_type=(detail_order_type) @detail_order_type = detail_order_type end
invoice_id()
click to toggle source
invoice_id=(invoice_id)
click to toggle source
請求番号を設定する¶ ↑
- @param
-
#invoice_id 請求番号
# File tgMdk/lib/tg_mdk/mdk_dto/paypal_search_parameter.rb, line 63 def invoice_id=(invoice_id) @invoice_id = invoice_id end
payer_id()
click to toggle source
payer_id=(payer_id)
click to toggle source
payment_datetime()
click to toggle source
payment_datetime=(payment_datetime)
click to toggle source
支払日時(From, To)を設定する¶ ↑
- @param
-
#payment_datetime 支払日時(From, To)
# File tgMdk/lib/tg_mdk/mdk_dto/paypal_search_parameter.rb, line 45 def payment_datetime=(payment_datetime) @payment_datetime = payment_datetime end