class Veritrans::Tercerog::Mdk::MasterpassSearchParameter
検索条件:MasterPass検索パラメータクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
acquirer_code()
click to toggle source
acquirer_code=(acquirer_code)
click to toggle source
仕向け先コードを設定する¶ ↑
- @param
-
#acquirer_code 仕向け先コード
# File tgMdk/lib/tg_mdk/mdk_dto/masterpass_search_parameter.rb, line 94 def acquirer_code=(acquirer_code) @acquirer_code = acquirer_code 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/masterpass_search_parameter.rb, line 43 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/masterpass_search_parameter.rb, line 26 def detail_order_type=(detail_order_type) @detail_order_type = detail_order_type end
item_id()
click to toggle source
item_id=(item_id)
click to toggle source
jpo()
click to toggle source