class Veritrans::Tercerog::Mdk::BankpayAccountDto

口座照会情報クラス

@author

VeriTrans Inc.

Public Instance Methods

account_id() click to toggle source

口座IDを取得する

@return

口座ID

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_dto.rb, line 18
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/bankpay_account_dto.rb, line 27
def account_id=(account_id)
  @account_id = account_id
end
bank_code() click to toggle source

銀行コードを取得する

@return

銀行コード

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

銀行コードを設定する

@param

#bank_code 銀行コード

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_dto.rb, line 61
def bank_code=(bank_code)
  @bank_code = bank_code
end
branch_code() click to toggle source

支店コードを取得する

@return

支店コード

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

支店コードを設定する

@param

#branch_code 支店コード

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_dto.rb, line 78
def branch_code=(branch_code)
  @branch_code = branch_code
end
deposit_type() click to toggle source

預金種目を取得する

@return

預金種目

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

預金種目を設定する

@param

#deposit_type 預金種目

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_dto.rb, line 95
def deposit_type=(deposit_type)
  @deposit_type = deposit_type
end
is_valid() click to toggle source

有効区分 を取得する

@return

有効区分

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

有効区分 を設定する

@param

#is_valid 有効区分

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_dto.rb, line 112
def is_valid=(is_valid)
  @is_valid = is_valid
end
masked_account_name() click to toggle source

口座名義人名を取得する

@return

口座名義人名

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

口座名義人名を設定する

@param

#masked_account_name 口座名義人名

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_dto.rb, line 129
def masked_account_name=(masked_account_name)
  @masked_account_name = masked_account_name
end
masked_account_num() click to toggle source

口座番号を取得する

@return

口座番号

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

口座番号を設定する

@param

#masked_account_num 口座番号

# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_dto.rb, line 44
def masked_account_num=(masked_account_num)
  @masked_account_num = masked_account_num
end