Card Payment Instrument
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
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
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
Instrument type.
Link copied to clipboard
Instrument status.