class Veritrans::Tercerog::Mdk::Account
会員情報のクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
account_basic()
click to toggle source
account_basic=(account_basic)
click to toggle source
会員基本情報を設定する¶ ↑
- @param
-
#account_basic 会員基本情報
# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 60 def account_basic=(account_basic) @account_basic = account_basic end
account_id()
click to toggle source
account_id=(account_id)
click to toggle source
会員IDを設定する¶ ↑
- @param
-
#account_id 会員ID
# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 26 def account_id=(account_id) @account_id = account_id end
account_info()
click to toggle source
account_info=(account_info)
click to toggle source
連絡先情報を設定する¶ ↑
- @param
-
#account_info 連絡先情報
# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 77 def account_info=(account_info) @account_info = account_info end
bank_account_info()
click to toggle source
bank_account_info=(bank_account_info)
click to toggle source
銀行口座情報を設定する¶ ↑
- @param
-
#bank_account_info 銀行口座情報
# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 128 def bank_account_info=(bank_account_info) @bank_account_info = bank_account_info end
card_info()
click to toggle source
card_info=(card_info)
click to toggle source
カード情報を設定する¶ ↑
- @param
-
#card_info カード情報
# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 94 def card_info=(card_info) @card_info = card_info end
recurring_charge()
click to toggle source
recurring_charge=(recurring_charge)
click to toggle source
会員課金情報を設定する¶ ↑
- @param
-
#recurring_charge 会員課金情報
# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 111 def recurring_charge=(recurring_charge) @recurring_charge = recurring_charge end
trans_data()
click to toggle source
trans_data=(trans_data)
click to toggle source
リクエスト項目を設定する¶ ↑
- @param
-
#trans_data リクエスト項目
# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 43 def trans_data=(trans_data) @trans_data = trans_data end