BrBankAccount

Data class representing a Brazilian bank account payment instrument used for deposit or withdrawal.

Parameters

id

The instrument id.

customerId

The customer to which this instrument belongs.

status

Instrument status.

creationTime

Represents RFC 3339, section 5.6 date-time. In the form of Calendar

accountNumber

The bank account number.

branchCode

The code of the bank branch.

bankCodeId

The bank code id. Represents the id by which the bank code is recognized in EW.

accountType

Type of bank account.

bankName

The localized bank name. This is enriched from the localization service.

instrumentType

Represents the type of the instrument.

Constructors

Link copied to clipboard
constructor(accountNumber: String, branchCode: String, bankCodeId: String, accountType: AccountType)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val customerId: String?
Link copied to clipboard
open override val id: String?
Link copied to clipboard
open override val instrumentType: InstrumentType

The type of the payment instrument.

Link copied to clipboard
open override val status: PaymentInstrumentStatus?