STPConfirmAlipayOptions
public class STPConfirmAlipayOptions : NSObject
extension STPConfirmAlipayOptions: STPFormEncodable
Alipay options to pass to STPConfirmPaymentMethodOptions
`
-
The app bundle ID. @note This is automatically populated by the SDK.
Declaration
Swift
@objc public var appBundleID: String { get }
-
The app version. @note This is automatically populated by the SDK.
Declaration
Swift
@objc public var appVersionKey: String { get }
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]
-
Declaration
Swift
@objc public class func rootObjectName() -> String?