CvvOnlyCard

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

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

Constructors

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

Properties

expiryDate
Link copied to clipboard
val expiryDate: CardExpiryDate
The expiry date, e.g.
maskedCardNumber
Link copied to clipboard
val maskedCardNumber: String
The masked card number, e.g.
type
Link copied to clipboard
val type: PaymentMethodType
The payment method type, e.g.