STPConfirmAlipayOptions
Objective-C
@interface STPConfirmAlipayOptions : NSObject <STPFormEncodable>
Swift
class STPConfirmAlipayOptions : NSObject, STPFormEncodable
Alipay options to pass to STPConfirmPaymentMethodOptions
`
-
The app bundle ID.
Note
This is automatically populated by the SDK.Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull appBundleID;
Swift
var appBundleID: String { get }
-
The app version.
Note
This is automatically populated by the SDK.Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull appVersionKey;
Swift
var appVersionKey: String { get }