class Veritrans::Tercerog::Mdk::AmazonpaySearchParameter

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

@author

VeriTrans Inc.

Public Instance Methods

accounting_type() click to toggle source

課金種別を取得する

@return

課金種別

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

課金種別を設定する

@param

#accounting_type 課金種別

# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_search_parameter.rb, line 94
def accounting_type=(accounting_type)
  @accounting_type = accounting_type
end
center_order_id() click to toggle source

決済センターの管理IDを取得する

@return

決済センターの管理ID

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

決済センターの管理IDを設定する

@param

#center_order_id 決済センターの管理ID

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

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

@return

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

# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_search_parameter.rb, line 68
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/amazonpay_search_parameter.rb, line 77
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/amazonpay_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/amazonpay_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/amazonpay_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/amazonpay_search_parameter.rb, line 26
def detail_order_type=(detail_order_type)
  @detail_order_type = detail_order_type
end
original_order_id() click to toggle source

元取引IDを取得する

@return

元取引ID

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

元取引IDを設定する

@param

#original_order_id 元取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_search_parameter.rb, line 128
def original_order_id=(original_order_id)
  @original_order_id = original_order_id
end
pay_confirm_screen_type() click to toggle source

決済確認画面種別を取得する

@return

決済確認画面種別

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

決済確認画面種別を設定する

@param

#pay_confirm_screen_type 決済確認画面種別

# File tgMdk/lib/tg_mdk/mdk_dto/amazonpay_search_parameter.rb, line 145
def pay_confirm_screen_type=(pay_confirm_screen_type)
  @pay_confirm_screen_type = pay_confirm_screen_type
end