class Veritrans::Tercerog::Mdk::MerpaySearchParameter
検索条件:merpay検索パラメータクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
accounting_type()
click to toggle source
accounting_type=(accounting_type)
click to toggle source
課金種別を設定する¶ ↑
- @param
-
#accounting_type 課金種別
# File tgMdk/lib/tg_mdk/mdk_dto/merpay_search_parameter.rb, line 94 def accounting_type=(accounting_type) @accounting_type = accounting_type end
consent_auth_type()
click to toggle source
consent_auth_type=(consent_auth_type)
click to toggle source
承諾時決済タイプを設定する¶ ↑
- @param
-
#consent_auth_type 承諾時決済タイプ
# File tgMdk/lib/tg_mdk/mdk_dto/merpay_search_parameter.rb, line 145 def consent_auth_type=(consent_auth_type) @consent_auth_type = consent_auth_type end
detail_command_type()
click to toggle source
detail_command_type=(detail_command_type)
click to toggle source
詳細コマンドタイプ名を設定する¶ ↑
- @param
-
#detail_command_type 詳細コマンドタイプ名
# File tgMdk/lib/tg_mdk/mdk_dto/merpay_search_parameter.rb, line 60 def detail_command_type=(detail_command_type) @detail_command_type = detail_command_type 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/merpay_search_parameter.rb, line 43 def detail_order_type=(detail_order_type) @detail_order_type = detail_order_type end
inquiry_code()
click to toggle source
inquiry_code=(inquiry_code)
click to toggle source
問合せ番号を設定する¶ ↑
- @param
-
#inquiry_code 問合せ番号
# File tgMdk/lib/tg_mdk/mdk_dto/merpay_search_parameter.rb, line 111 def inquiry_code=(inquiry_code) @inquiry_code = inquiry_code end
merpay_processing_id()
click to toggle source
merpay_processing_id=(merpay_processing_id)
click to toggle source
merpayオーダーIDを設定する¶ ↑
- @param
-
#merpay_processing_id merpayオーダーID
# File tgMdk/lib/tg_mdk/mdk_dto/merpay_search_parameter.rb, line 26 def merpay_processing_id=(merpay_processing_id) @merpay_processing_id = merpay_processing_id end
merpay_service_type()
click to toggle source
merpay_service_type=(merpay_service_type)
click to toggle source
merpayサービスタイプを設定する¶ ↑
- @param
-
#merpay_service_type merpayサービスタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/merpay_search_parameter.rb, line 77 def merpay_service_type=(merpay_service_type) @merpay_service_type = merpay_service_type end
original_order_id()
click to toggle source
original_order_id=(original_order_id)
click to toggle source
元取引IDを設定する¶ ↑
- @param
-
#original_order_id 元取引ID
# File tgMdk/lib/tg_mdk/mdk_dto/merpay_search_parameter.rb, line 128 def original_order_id=(original_order_id) @original_order_id = original_order_id end