CvvOnlyCard

data class CvvOnlyCard(val maskedCardNumber: String, val expiryDate: CardExpiryDate, val type: PaymentMethodType)

This class represents a previously tokenized card used in the CVV-only tokenization/verification flow for PCI Proxy.

Constructors

Link copied to clipboard
constructor(maskedCardNumber: String, expiryDate: CardExpiryDate, type: PaymentMethodType)

Properties

Link copied to clipboard

The expiry date, e.g. "12/22"

Link copied to clipboard

The masked card number, e.g. "489537xxxxxx6287"

Link copied to clipboard

The payment method type, e.g. PaymentMethodType.VISA