class MangoModel::IbanBankAccount

Bank account of AccountType::IBAN

Attributes

bic[RW]
String

Its BIC code

iban[RW]
String

Its IBAN code

Public Class Methods

new() click to toggle source
# File lib/mangopay/model/entity/account/iban_bank_account.rb, line 17
def initialize
  self.type = MangoModel::AccountType::IBAN
end