Br Bank Account
Data class representing a Brazilian bank account payment instrument used for deposit or withdrawal.
Parameters
id
The instrument id.
customer Id
The customer to which this instrument belongs.
status
Instrument status.
creation Time
Represents RFC 3339, section 5.6 date-time. In the form of Calendar
account Number
The bank account number.
branch Code
The code of the bank branch.
bank Code Id
The bank code id. Represents the id by which the bank code is recognized in EW.
account Type
Type of bank account.
bank Name
The localized bank name. This is enriched from the localization service.
instrument Type
Represents the type of the instrument.
Constructors
Link copied to clipboard
constructor(accountNumber: String, branchCode: String, bankCodeId: String, accountType: AccountType)