STPConfirmPaymentMethodOptions
Objective-C
@interface STPConfirmPaymentMethodOptions : NSObject <STPFormEncodable>
Swift
class STPConfirmPaymentMethodOptions : NSObject, STPFormEncodable
Options to update the associated PaymentMethod during PaymentIntent confirmation.
-
Options to update a Card PaymentMethod.
See
STPConfirmCardOptionsDeclaration
Objective-C
@property (nonatomic, nullable) STPConfirmCardOptions *cardOptions;
Swift
var cardOptions: STPConfirmCardOptions? { get set }
-
Options for an Alipay Payment Method.
Declaration
Objective-C
@property (nonatomic, nullable) STPConfirmAlipayOptions *alipayOptions;
Swift
var alipayOptions: STPConfirmAlipayOptions? { get set }