STPBankSelectionMethod
Objective-C
enum STPBankSelectionMethod {}
Swift
enum STPBankSelectionMethod : Int
The payment methods supported by STPBankSelectionViewController.
-
FPX (Malaysia)
Declaration
Objective-C
STPBankSelectionMethodFPX
Swift
case FPX = 0
-
An unknown payment method
Declaration
Objective-C
STPBankSelectionMethodUnknown
Swift
case unknown = 1