class Veritrans::Tercerog::Mdk::AccountInfo
連絡先情報のクラス
- @author
-
VeriTrans Inc.
Public Instance Methods
account_info_id()
click to toggle source
account_info_id=(account_info_id)
click to toggle source
連絡先IDを設定する¶ ↑
- @param
-
#account_info_id 連絡先ID
# File tgMdk/lib/tg_mdk/mdk_dto/account_info.rb, line 26 def account_info_id=(account_info_id) @account_info_id = account_info_id end
account_type()
click to toggle source
account_type=(account_type)
click to toggle source
連絡先区分を設定する¶ ↑
- @param
-
#account_type 連絡先区分
# File tgMdk/lib/tg_mdk/mdk_dto/account_info.rb, line 43 def account_type=(account_type) @account_type = account_type end
address()
click to toggle source
address=(address)
click to toggle source
default_account()
click to toggle source
default_account=(default_account)
click to toggle source
標準連絡先フラグを設定する¶ ↑
- @param
-
#default_account 標準連絡先フラグ
# File tgMdk/lib/tg_mdk/mdk_dto/account_info.rb, line 60 def default_account=(default_account) @default_account = default_account end
recipient()
click to toggle source
recipient=(recipient)
click to toggle source
tel()
click to toggle source
tel=(tel)
click to toggle source
zip()
click to toggle source