class Veritrans::Tercerog::Mdk::Account

会員情報のクラス

@author

VeriTrans Inc.

Public Instance Methods

account_basic() click to toggle source

会員基本情報を取得する

@return

会員基本情報

# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 51
def account_basic
  @account_basic = nil unless instance_variable_defined?(:@account_basic)
  @account_basic
end
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

会員IDを取得する

@return

会員ID

# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 17
def account_id
  @account_id = nil unless instance_variable_defined?(:@account_id)
  @account_id
end
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

連絡先情報を取得する

@return

連絡先情報

# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 68
def account_info
  @account_info = nil unless instance_variable_defined?(:@account_info)
  @account_info
end
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

銀行口座情報を取得する

@return

銀行口座情報

# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 119
def bank_account_info
  @bank_account_info = nil unless instance_variable_defined?(:@bank_account_info)
  @bank_account_info
end
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

カード情報を取得する

@return

カード情報

# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 85
def card_info
  @card_info = nil unless instance_variable_defined?(:@card_info)
  @card_info
end
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

会員課金情報を取得する

@return

会員課金情報

# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 102
def recurring_charge
  @recurring_charge = nil unless instance_variable_defined?(:@recurring_charge)
  @recurring_charge
end
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

リクエスト項目を取得する

@return

リクエスト項目

# File tgMdk/lib/tg_mdk/mdk_dto/account.rb, line 34
def trans_data
  @trans_data = nil unless instance_variable_defined?(:@trans_data)
  @trans_data
end
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