POCardTokenizationEligibility
Represents card eligibility for tokenization.
Inheritors
Types
Link copied to clipboard
Indicates that the card is eligible for tokenization, optionally restricted to the specific card scheme.
Link copied to clipboard
data class NotEligible(val failure: ProcessOutResult.Failure? = null) : POCardTokenizationEligibility
Indicates that the card is not eligible for tokenization. You may provide a failure with the ProcessOutResult.Failure.localizedMessage that will be shown directly to the user.