NotEligible
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.