AllowedPaymentMethods
public protocol AllowedPaymentMethods
Undocumented
-
The presence of this object in the response indicates that a gift card is an allowed payment method and instrument in the container for the relevant merchant.
Declaration
Swift
var giftCard: AllowedPaymentMethodsGiftCard { get }
-
The presence of this object in the response indicates that a credit card is an allowed payment method and instrument in the container for the relevant merchant.
Declaration
Swift
var creditCard: AllowedPaymentMethodsCreditCard { get }
-
The presence of this object in the response indicates that paypal is an allowed payment method and instrument in the container for the relevant merchant.
Declaration
Swift
var paypal: AllowedPaymentMethodsPaypal { get }
-
Undocumented
Declaration
Swift
var googlePay: AllowedPaymentMethodsGooglePay { get }
-
Undocumented
Declaration
Swift
var applePay: AllowedPaymentMethodsApplePay { get }