PCIPCardInfo
public class PCIPCardInfo: NSObject
This class represents a (credit or debit) card which was used for PCI Proxy tokenization.
-
The brand of the card, e.g. “VISA”
Declaration
Swift
public let brand: String? -
The country of the card, e.g. “US”
Declaration
Swift
public let countryCode: String? -
The issuer of the card, e.g. “U.S. REGION”
Declaration
Swift
public let issuer: String? -
The masked card number, e.g. “489537xxxxxx6287”
Declaration
Swift
public let maskedCardNumber: String -
Expiry date
Declaration
Swift
public let expiryDate: CardExpiryDate -
The type of the card, e.g. “debit”
Declaration
Swift
public let type: String? -
The usage of the card, e.g. “consumer”
Declaration
Swift
public let usage: String?
View on GitHub