class Veritrans::Tercerog::Mdk::PaypaySearchParameter

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

@author

VeriTrans Inc.

Public Instance Methods

accounting_type() click to toggle source

課金種別を取得する

@return

課金種別

# File tgMdk/lib/tg_mdk/mdk_dto/paypay_search_parameter.rb, line 68
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/paypay_search_parameter.rb, line 77
def accounting_type=(accounting_type)
  @accounting_type = accounting_type
end
detail_command_type() click to toggle source

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

@return

詳細コマンドタイプ名

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

オンライン決済タイプを取得する

@return

オンライン決済タイプ

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

オンライン決済タイプを設定する

@param

#online_payment_type オンライン決済タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/paypay_search_parameter.rb, line 94
def online_payment_type=(online_payment_type)
  @online_payment_type = online_payment_type
end
paypay_service_type() click to toggle source

paypayサービスタイプを取得する

@return

paypayサービスタイプ

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

paypayサービスタイプを設定する

@param

#paypay_service_type paypayサービスタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/paypay_search_parameter.rb, line 60
def paypay_service_type=(paypay_service_type)
  @paypay_service_type = paypay_service_type
end
test_env_flag() click to toggle source

スマートペイメント検証環境疎通フラグを取得する

@return

スマートペイメント検証環境疎通フラグ

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

スマートペイメント検証環境疎通フラグを設定する

@param

#test_env_flag スマートペイメント検証環境疎通フラグ

# File tgMdk/lib/tg_mdk/mdk_dto/paypay_search_parameter.rb, line 111
def test_env_flag=(test_env_flag)
  @test_env_flag = test_env_flag
end