CardInstrumentTransactionDetails

data class CardInstrumentTransactionDetails(val id: String?, val pan: String?, val brand: String?, val bankName: String?, val description: String?) : PaymentInstrumentTransactionDetails

Data class representing a card payment instrument used in transactions.

Constructors

Link copied to clipboard
constructor(id: String?, pan: String?, brand: String?, bankName: String?, description: String?)

Properties

Link copied to clipboard

Bank name.

Link copied to clipboard

Card brand.

Link copied to clipboard

Name to be associated with the card.

Link copied to clipboard
open override val id: String?

The unique identifier of the payment instrument.

Link copied to clipboard

Instrument type.

Link copied to clipboard
val pan: String?

Card Number.