OfflineCardPaymentDetails

class OfflineCardPaymentDetails(val card: Card, val entryMethod: CardPaymentDetails.EntryMethod, val applicationId: String?, val applicationName: String?) : CardPaymentDetails

Details about a successful offline card payment.

Constructors

Link copied to clipboard
constructor(card: Card, entryMethod: CardPaymentDetails.EntryMethod, applicationId: String?, applicationName: String?)

Properties

Link copied to clipboard

EMV application identifier, for the selected application for the payment.

Link copied to clipboard

EMV application name, for the selected application for the payment.

Link copied to clipboard
open override val card: Card

Details about the card used in this payment, including the brand and last four digits.

Link copied to clipboard

The entry method used to provide a card's details.