CciBankAccount

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

Constructors

Link copied to clipboard
constructor(accountNumber: String)

Properties

Link copied to clipboard

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

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.