class Veritrans::Tercerog::Mdk::BankpayAccountDto
口座照会情報クラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
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/bankpay_account_dto.rb, line 27 def account_id=(account_id) @account_id = account_id end
bank_code()
click to toggle source
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
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
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
is_valid=(is_valid)
click to toggle source
masked_account_name()
click to toggle source
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
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