CVVTokenizationRequest
constructor(cvv: String, cardScheme: CardScheme = CardScheme.UNKNOWN, resultHandler: (CVVTokenizationResultHandler) -> Unit)
Parameters
cvv
The CVV value to tokenize.
cardScheme
(Optional) The card scheme for the CVV to validate, if known. Default is CardScheme.UNKNOWN.
resultHandler
A callback function to handle the tokenization result. It will receive a CVVTokenizationResultHandler which can be used to handle success or failure outcomes.