StoredCardPaymentMethod
public struct StoredCardPaymentMethod : StoredPaymentMethod, AnyCardPaymentMethod
A stored card.
-
The brand of the stored card, such as
"mc"
or"visa"
.Declaration
Swift
public let brand: String
-
The last four digits of the card number.
Declaration
Swift
public let lastFour: String
-
The month the card expires.
Declaration
Swift
public let expiryMonth: String
-
The year the card expires.
Declaration
Swift
public let expiryYear: String
-
The name of the cardholder.
Declaration
Swift
public let holderName: String?