DigitalPayTransactionType
public protocol DigitalPayTransactionType
Undocumented
-
The container transaction type to use for credit card instruments.
Declaration
Swift
var creditCard: PreauthPurchase? { get }
-
The container transaction type to use for gift card instruments.
Declaration
Swift
var giftCard: Purchase? { get }
-
The container transaction type to use for paypal instruments.
Declaration
Swift
var payPal: Purchase? { get }
-
The container transaction type to use for google pay instruments.
Declaration
Swift
var googlePay: GooglePayTransactionDetail? { get }
-
The container transaction type to use for apple pay instruments.
Declaration
Swift
var applePay: ApplePayTransactionDetail? { get }