ClabeBankAccountTransactionDetails

data class ClabeBankAccountTransactionDetails(val id: String?, val accountNumber: String, val bankName: String?) : PaymentInstrumentTransactionDetails

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

Constructors

Link copied to clipboard
constructor(id: String?, accountNumber: String, bankName: String?)

Properties

Link copied to clipboard

CLABE Bank Account Number.

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.