CardPaymentInstrument

Data class representing a card payment instrument.

Constructors

Link copied to clipboard
constructor(id: String?, customerId: String?, status: PaymentInstrumentStatus?, pan: String, cardHolderName: String?, bankName: String?, expiryDate: CardExpiryDate, description: String?)
constructor(pan: String, cardHolderName: String?, bankName: String?, expiryDate: CardExpiryDate, description: String?)

Properties

Link copied to clipboard

Bank name.

Link copied to clipboard

Card holder name.

Link copied to clipboard

Card scheme information.

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

Name to be associated with the card.

Link copied to clipboard

Card expiry date.

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
val pan: String

Card Number.

Link copied to clipboard
open override val status: PaymentInstrumentStatus?

Instrument status.