Cvv Only Card
constructor(maskedCardNumber: String, expiryDate: CardExpiryDate, type: PaymentMethodType, cvv: String?)
Parameters
masked Card Number
The masked card number, e.g. "489537xxxxxx6287"
expiry Date
The card's expiry date, e.g. "12/22"
type
The card's PaymentMethodType, e.g. PaymentMethodType.VISA
cvv
The card's CVV to be tokenized
Use this constructor to display a CVV input screen and tokenize the entered CVV.
Parameters
masked Card Number
The masked card number, e.g. "489537xxxxxx6287"
expiry Date
The card's expiry date, e.g. "12/22"
type
The card's PaymentMethodType, e.g. PaymentMethodType.VISA