Eligible

data class Eligible(val scheme: String? = null) : POCardTokenizationEligibility

Indicates that the card is eligible for tokenization, optionally restricted to the specific card scheme.

Constructors

Link copied to clipboard
constructor(scheme: String? = null)

Properties

Link copied to clipboard
val scheme: String? = null