CardVerificationInfo

data class CardVerificationInfo(val verificationPattern: String?, val verificationType: CardVerificationType?)

Data class representing verification information associated with the card instrument.

Constructors

Link copied to clipboard
constructor(verificationPattern: String?, verificationType: CardVerificationType?)

Properties

Link copied to clipboard

Pattern containing the verification code found in statements.

Link copied to clipboard

Type of the card verification performed.