class MangoModel::CaBankAccount

Bank account of AccountType::CA

Attributes

account_number[RW]
String

Its account number (max 20 digits)

bank_name[RW]
String

Its bank's name (max 50 letters/digits)

branch_code[RW]
String

Its bank's branch code (5 digits)

institution_number[RW]
String

Its institution number (3-4 digits)

Public Class Methods

new() click to toggle source
# File lib/mangopay/model/entity/account/ca_bank_account.rb, line 23
def initialize
  self.type = AccountType::CA
end