class Veritrans::Tercerog::Mdk::MpiSearchParameter

検索条件:MPI検索パラメータクラス

@author

VeriTrans Inc.

Public Instance Methods

account_type() click to toggle source

アカウントタイプを取得する

@return

アカウントタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 102
def account_type
  @account_type = nil unless instance_variable_defined?(:@account_type)
  @account_type
end
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

認証要求タイプを取得する

@return

認証要求タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 119
def authentication_indicator
  @authentication_indicator = nil unless instance_variable_defined?(:@authentication_indicator)
  @authentication_indicator
end
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

詳細取引決済状態を取得する

@return

詳細取引決済状態

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 17
def detail_order_type
  @detail_order_type = nil unless instance_variable_defined?(:@detail_order_type)
  @detail_order_type
end
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

デバイスチャネルを取得する

@return

デバイスチャネル

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 85
def device_channel
  @device_channel = nil unless instance_variable_defined?(:@device_channel)
  @device_channel
end
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

メッセージカテゴリを取得する

@return

メッセージカテゴリ

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 136
def message_category
  @message_category = nil unless instance_variable_defined?(:@message_category)
  @message_category
end
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

応答3D ECIを取得する

@return

応答3D ECI

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 68
def res3d_eci
  @res3d_eci = nil unless instance_variable_defined?(:@res3d_eci)
  @res3d_eci
end
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

応答3DトランザクションIDを取得する

@return

応答3DトランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 34
def res3d_transaction_id
  @res3d_transaction_id = nil unless instance_variable_defined?(:@res3d_transaction_id)
  @res3d_transaction_id
end
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

応答3Dトランザクションステータスを取得する

@return

応答3Dトランザクションステータス

# File tgMdk/lib/tg_mdk/mdk_dto/mpi_search_parameter.rb, line 51
def res3d_transaction_status
  @res3d_transaction_status = nil unless instance_variable_defined?(:@res3d_transaction_status)
  @res3d_transaction_status
end
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