CardPaymentDetails

sealed class CardPaymentDetails

Details about a successful card payment.

Inheritors

Types

Link copied to clipboard

The type of account selected by the buyer using an EMV debit card.

Link copied to clipboard

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

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

Details about a successful offline card payment.

Link copied to clipboard

Details about a successful card payment.

Link copied to clipboard

Status of the card payment

Link copied to clipboard

For EMV payments, the method used to verify the cardholder's identity.

Link copied to clipboard

For EMV payments, the results of the cardholder verification.

Properties

Link copied to clipboard
abstract 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.