class Veritrans::Tercerog::Mdk::CarrierSearchParameter

検索条件:キャリア検索パラメータクラス

@author

VeriTrans Inc.

Public Instance Methods

accounting_type() click to toggle source

課金タイプを取得する

@return

課金タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/carrier_search_parameter.rb, line 51
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/carrier_search_parameter.rb, line 60
def accounting_type=(accounting_type)
  @accounting_type = accounting_type
end
cr_service_type() click to toggle source

キャリアサービスタイプを取得する

@return

キャリアサービスタイプ

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

キャリアサービスタイプを設定する

@param

#cr_service_type キャリアサービスタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/carrier_search_parameter.rb, line 43
def cr_service_type=(cr_service_type)
  @cr_service_type = cr_service_type
end
detail_command_type() click to toggle source

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

@return

詳細コマンドタイプ名

# File tgMdk/lib/tg_mdk/mdk_dto/carrier_search_parameter.rb, line 119
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/carrier_search_parameter.rb, line 128
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/carrier_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/carrier_search_parameter.rb, line 26
def detail_order_type=(detail_order_type)
  @detail_order_type = detail_order_type
end
item_id() click to toggle source

商品番号を取得する

@return

商品番号

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

商品番号を設定する

@param

#item_id 商品番号

# File tgMdk/lib/tg_mdk/mdk_dto/carrier_search_parameter.rb, line 179
def item_id=(item_id)
  @item_id = item_id
end
item_type() click to toggle source

商品タイプを取得する

@return

商品タイプ

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

商品タイプを設定する

@param

#item_type 商品タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/carrier_search_parameter.rb, line 77
def item_type=(item_type)
  @item_type = item_type
end
mp_day() click to toggle source

継続課金日を取得する

@return

継続課金日

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

継続課金日を設定する

@param

#mp_day 継続課金日

# File tgMdk/lib/tg_mdk/mdk_dto/carrier_search_parameter.rb, line 162
def mp_day=(mp_day)
  @mp_day = mp_day
end
mp_first_date() click to toggle source

初回課金年月日を取得する

@return

初回課金年月日

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

初回課金年月日を設定する

@param

#mp_first_date 初回課金年月日

# File tgMdk/lib/tg_mdk/mdk_dto/carrier_search_parameter.rb, line 145
def mp_first_date=(mp_first_date)
  @mp_first_date = mp_first_date
end
mp_status() click to toggle source

継続状態フラグ(月額課金状態フラグ)を取得する

@return

継続状態フラグ(月額課金状態フラグ)

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

継続状態フラグ(月額課金状態フラグ)を設定する

@param

#mp_status 継続状態フラグ(月額課金状態フラグ)

# File tgMdk/lib/tg_mdk/mdk_dto/carrier_search_parameter.rb, line 94
def mp_status=(mp_status)
  @mp_status = mp_status
end
terminal_kind() click to toggle source

端末種別を取得する

@return

端末種別

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

端末種別を設定する

@param

#terminal_kind 端末種別

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