STPPaymentMethodCardWalletType
enum STPPaymentMethodCardWalletType {}
The type of Card Wallet.
-
Amex Express Checkout
Declaration
Objective-C
STPPaymentMethodCardWalletTypeAmexExpressCheckout
Swift
case amexExpressCheckout = 0
-
Apple Pay
Declaration
Objective-C
STPPaymentMethodCardWalletTypeApplePay
Swift
case applePay = 1
-
Google Pay
Declaration
Objective-C
STPPaymentMethodCardWalletTypeGooglePay
Swift
case googlePay = 2
-
Masterpass
Declaration
Objective-C
STPPaymentMethodCardWalletTypeMasterpass
Swift
case masterpass = 3
-
Samsung Pay
Declaration
Objective-C
STPPaymentMethodCardWalletTypeSamsungPay
Swift
case samsungPay = 4
-
Visa Checkout
Declaration
Objective-C
STPPaymentMethodCardWalletTypeVisaCheckout
Swift
case visaCheckout = 5
-
An unknown Card Wallet type.
Declaration
Objective-C
STPPaymentMethodCardWalletTypeUnknown
Swift
case unknown = 6