class Veritrans::Tercerog::Mdk::BankpaySearchParameter

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

@author

VeriTrans Inc.

Public Instance Methods

account_id() click to toggle source

口座IDを取得する

@return

口座ID

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 85
def account_id
  @account_id = nil unless instance_variable_defined?(:@account_id)
  @account_id
end
account_id=(account_id) click to toggle source

口座IDを設定する

口座IDを設定する場合、会員IDの設定は必須

@param

#account_id 口座ID

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 95
def account_id=(account_id)
  @account_id = account_id
end
center_transaction_id() click to toggle source

決済センターのトランザクション管理ID を取得する

@return

決済センターのトランザクション管理ID

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 51
def center_transaction_id
  @center_transaction_id = nil unless instance_variable_defined?(:@center_transaction_id)
  @center_transaction_id
end
center_transaction_id=(center_transaction_id) click to toggle source

決済センターのトランザクション管理ID を設定する

@param

#center_transaction_id 決済センターのトランザクション管理ID

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 60
def center_transaction_id=(center_transaction_id)
  @center_transaction_id = center_transaction_id
end
detail_command_type() click to toggle source

詳細コマンドタイプ名を取得する

@return

詳細コマンドタイプ名

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 34
def detail_command_type
  @detail_command_type = nil unless instance_variable_defined?(:@detail_command_type)
  @detail_command_type
end
detail_command_type=(detail_command_type) click to toggle source

詳細コマンドタイプ名を設定する

@param

#detail_command_type 詳細コマンドタイプ名

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_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

詳細オーダー決済状態を取得する

@return

詳細オーダー決済状態

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_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/bankpay_search_parameter.rb, line 26
def detail_order_type=(detail_order_type)
  @detail_order_type = detail_order_type
end
member_id() click to toggle source

会員IDを取得する

@return

会員ID

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 68
def member_id
  @member_id = nil unless instance_variable_defined?(:@member_id)
  @member_id
end
member_id=(member_id) click to toggle source

会員IDを設定する

@param

#member_id 会員ID

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_search_parameter.rb, line 77
def member_id=(member_id)
  @member_id = member_id
end