class Veritrans::Tercerog::Mdk::ChargeParam

課金グループ情報のクラス

@author

VeriTrans Inc.

Public Instance Methods

acquire_code() click to toggle source

仕向先会社コードを取得する

@return

仕向先会社コード

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

仕向先会社コードを設定する

@param

#acquire_code 仕向先会社コード

# File tgMdk/lib/tg_mdk/mdk_dto/charge_param.rb, line 162
def acquire_code=(acquire_code)
  @acquire_code = acquire_code
end
amount() click to toggle source

継続課金金額を取得する

@return

継続課金金額

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

継続課金金額を設定する

@param

amount 継続課金金額

# File tgMdk/lib/tg_mdk/mdk_dto/charge_param.rb, line 94
def amount=(amount)
  @amount = amount
end
charge_type() click to toggle source

課金日取扱区分を取得する

@return

課金日取扱区分

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

課金日取扱区分を設定する

@param

#charge_type 課金日取扱区分

# File tgMdk/lib/tg_mdk/mdk_dto/charge_param.rb, line 111
def charge_type=(charge_type)
  @charge_type = charge_type
end
group_id() click to toggle source

課金グループIDを取得する

@return

課金グループID

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

課金グループIDを設定する

@param

#group_id 課金グループID

# File tgMdk/lib/tg_mdk/mdk_dto/charge_param.rb, line 26
def group_id=(group_id)
  @group_id = group_id
end
group_name() click to toggle source

課金グループ名を取得する

@return

課金グループ名

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

課金グループ名を設定する

@param

#group_name 課金グループ名

# File tgMdk/lib/tg_mdk/mdk_dto/charge_param.rb, line 43
def group_name=(group_name)
  @group_name = group_name
end
one_time_amount() click to toggle source

都度/初回課金金額を取得する

@return

都度/初回課金金額

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

都度/初回課金金額を設定する

@param

#one_time_amount 都度/初回課金金額

# File tgMdk/lib/tg_mdk/mdk_dto/charge_param.rb, line 77
def one_time_amount=(one_time_amount)
  @one_time_amount = one_time_amount
end
sales_day() click to toggle source

売上日を取得する

@return

売上日

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

売上日を設定する

@param

#sales_day 売上日

# File tgMdk/lib/tg_mdk/mdk_dto/charge_param.rb, line 145
def sales_day=(sales_day)
  @sales_day = sales_day
end
schedule() click to toggle source

継続課金スケジュールを取得する

@return

継続課金スケジュール

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

継続課金スケジュールを設定する

@param

schedule 継続課金スケジュール

# File tgMdk/lib/tg_mdk/mdk_dto/charge_param.rb, line 128
def schedule=(schedule)
  @schedule = schedule
end
type() click to toggle source

課金スタイル区分を取得する

@return

課金スタイル区分

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

課金スタイル区分を設定する

@param

type 課金スタイル区分

# File tgMdk/lib/tg_mdk/mdk_dto/charge_param.rb, line 60
def type=(type)
  @type = type
end