EncryptedCard
public struct EncryptedCard
Contains encrypted card information.
-
The encrypted card number.
Declaration
Swift
public let number: String?
-
The card’s encrypted security code.
Declaration
Swift
public let securityCode: String?
-
The encrypted month the card expires.
Declaration
Swift
public let expiryMonth: String?
-
The encrypted year the card expires.
Declaration
Swift
public let expiryYear: String?