CciBankAccountTransactionDetails

data class CciBankAccountTransactionDetails(val id: String?, val accountNumber: String, val accountType: CciBankAccount.AccountType, val bankName: String?, val bankCode: String?) : PaymentInstrumentTransactionDetails

Data class representing a CCI bank account payment instrument used in transactions.

Constructors

Link copied to clipboard
constructor(id: String?, accountNumber: String, accountType: CciBankAccount.AccountType, bankName: String?, bankCode: String?)

Properties

Link copied to clipboard

CCI Bank Account Number.

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
open override val id: String?

The instrument id.

Link copied to clipboard

The type of the payment instrument.