CciBankAccount

Data class representing a CCI(Código de Cuenta Interbancario) bank account payment instrument.

Constructors

Link copied to clipboard
constructor(accountNumber: String, accountType: CciBankAccount.AccountType)

Types

Link copied to clipboard

Enum representing the types of accounts

Properties

Link copied to clipboard

A bank account number (Código de Cuenta Interbancario), has 20 digits.

Link copied to clipboard

The type of the bank account.

Link copied to clipboard

The bank code it has 3 digits.

Link copied to clipboard

The name of the bank.

Link copied to clipboard

The time the instrument was created in the form of Calendar.

Link copied to clipboard
open override val customerId: String?

Customer to which this instrument belongs.

Link copied to clipboard
open override val id: String?

The instrument id.

Link copied to clipboard
open override val instrumentType: InstrumentType

Instrument type.

Link copied to clipboard
open override val status: PaymentInstrumentStatus?

Instrument status.