class MangoModel::OtherBankAccount
Bank account of AccountType::OTHER
Attributes
account_number[RW]
- String
-
Its account number
bic[RW]
- String
-
Its BIC code
country[RW]
CountryIso
-
Its country
Public Class Methods
new()
click to toggle source
# File lib/mangopay/model/entity/account/other_bank_account.rb, line 20 def initialize self.type = MangoModel::AccountType::OTHER end