STPPaymentMethodAlipayParams
public class STPPaymentMethodAlipayParams : NSObject, STPFormEncodable
An object representing parameters used to create an Alipay Payment Method. There are currently no parameters to pass.
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
Declaration
Swift
@objc public class func rootObjectName() -> String?
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]