class Veritrans::Tercerog::Mdk::CarrierSearchParameter
検索条件:キャリア検索パラメータクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
accounting_type()
click to toggle source
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
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
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
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
item_id=(item_id)
click to toggle source
item_type()
click to toggle source
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
mp_day=(mp_day)
click to toggle source
mp_first_date()
click to toggle source
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
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
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