PCIPCardInfo

data class PCIPCardInfo

This class represents a (credit or debit) card which was used for PCI Proxy tokenization.

Properties

brand
Link copied to clipboard
val brand: String?
The brand of the card, e.g.
cardExpiryDate
Link copied to clipboard
val cardExpiryDate: CardExpiryDate?
The expiry date of the card, e.g.
countryCode
Link copied to clipboard
val countryCode: String?
The country of the card, e.g.
issuer
Link copied to clipboard
val issuer: String?
The issuer of the card, e.g.
maskedCardNumber
Link copied to clipboard
val maskedCardNumber: String
The masked card number, e.g.
type
Link copied to clipboard
val type: String?
The type of the card, e.g.
usage
Link copied to clipboard
val usage: String?
The usage of the card, e.g.