POCardTokenizationState
data class POCardTokenizationState(val iin: String?, val issuerInformation: POCardIssuerInformation?, val eligibility: POCardTokenizationEligibility, val preferredScheme: String?, val countryCode: String?, val submitAllowed: Boolean, val submitting: Boolean)
Card tokenization state.
Parameters
iin
Issuer identification number.
issuerInformation
Resolved issuer information.
eligibility
Indicates whether the card is eligible for tokenization.
preferredScheme
Preferred scheme.
countryCode
Country code.
submitAllowed
Indicates whether submitting the form is allowed (i.e., all entered fields are valid and the card is eligible for tokenization).
submitting
Indicates whether the form is currently being submitted.
Constructors
Link copied to clipboard
constructor(iin: String?, issuerInformation: POCardIssuerInformation?, eligibility: POCardTokenizationEligibility, preferredScheme: String?, countryCode: String?, submitAllowed: Boolean, submitting: Boolean)