STPPaymentMethodCardWalletType
@objc
public enum STPPaymentMethodCardWalletType : Int
The type of Card Wallet.
-
Amex Express Checkout
Declaration
Swift
case amexExpressCheckout
-
Apple Pay
Declaration
Swift
case applePay
-
Google Pay
Declaration
Swift
case googlePay
-
Masterpass
Declaration
Swift
case masterpass
-
Samsung Pay
Declaration
Swift
case samsungPay
-
Visa Checkout
Declaration
Swift
case visaCheckout
-
An unknown Card Wallet type.
Declaration
Swift
case unknown