Failure

data class Failure(val errorMessage: String) : CVVTokenizationResultHandler

Represents a failed CVV tokenization result.

Constructors

Link copied to clipboard
constructor(errorMessage: String)

Properties

Link copied to clipboard

A description of the error that occurred during tokenization.