DigitalPayRecieptData
public protocol DigitalPayRecieptData
Undocumented
-
The suffix (last 4 digits) of the credit card number used in the WebPay transaction.
Declaration
Swift
var cardSuffix: String { get }
-
The credit card scheme.
Declaration
Swift
var scheme: String { get }
-
The month of the expiry date of the credit card.
Declaration
Swift
var expiryMonth: String { get }
-
The year of the expiry date of the credit card.
Declaration
Swift
var expiryYear: String { get }