UsBankAccountTransactionDetails

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

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

Constructors

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

Properties

Link copied to clipboard

A bank account number.

Link copied to clipboard

Bank name.

Link copied to clipboard
open override val id: String?

The unique identifier of the payment instrument.

Link copied to clipboard

Instrument type.