class Veritrans::Tercerog::Mdk::MpiSearchParameter
検索条件:MPI検索パラメータクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
account_type()
click to toggle source
account_type=(account_type)
click to toggle source
アカウントタイプを設定する¶ ↑
- @param
-
#account_type アカウントタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 111 def account_type=(account_type) @account_type = account_type end
authentication_indicator()
click to toggle source
authentication_indicator=(authentication_indicator)
click to toggle source
認証要求タイプを設定する¶ ↑
- @param
-
#authentication_indicator 認証要求タイプ
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 128 def authentication_indicator=(authentication_indicator) @authentication_indicator = authentication_indicator 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/mpi_search_parameter.rb, line 26 def detail_order_type=(detail_order_type) @detail_order_type = detail_order_type end
device_channel()
click to toggle source
device_channel=(device_channel)
click to toggle source
デバイスチャネルを設定する¶ ↑
- @param
-
#device_channel デバイスチャネル
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 94 def device_channel=(device_channel) @device_channel = device_channel end
message_category()
click to toggle source
message_category=(message_category)
click to toggle source
メッセージカテゴリを設定する¶ ↑
- @param
-
#message_category メッセージカテゴリ
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 145 def message_category=(message_category) @message_category = message_category end
res3d_eci()
click to toggle source
res3d_eci=(res3d_eci)
click to toggle source
応答3D ECIを設定する¶ ↑
- @param
-
#res3d_eci 応答3D ECI
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 77 def res3d_eci=(res3d_eci) @res3d_eci = res3d_eci end
res3d_transaction_id()
click to toggle source
res3d_transaction_id=(res3d_transaction_id)
click to toggle source
応答3DトランザクションIDを設定する¶ ↑
- @param
-
#res3d_transaction_id 応答3DトランザクションID
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 43 def res3d_transaction_id=(res3d_transaction_id) @res3d_transaction_id = res3d_transaction_id end
res3d_transaction_status()
click to toggle source
res3d_transaction_status=(res3d_transaction_status)
click to toggle source
応答3Dトランザクションステータスを設定する¶ ↑
- @param
-
#res3d_transaction_status 応答3Dトランザクションステータス
# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 60 def res3d_transaction_status=(res3d_transaction_status) @res3d_transaction_status = res3d_transaction_status end