STPConfirmPaymentMethodOptions
public class STPConfirmPaymentMethodOptions : NSObject
extension STPConfirmPaymentMethodOptions: STPFormEncodable
Options to update the associated PaymentMethod during PaymentIntent confirmation.
-
Options to update a Card PaymentMethod.
Seealso
STPConfirmCardOptionsDeclaration
Swift
@objc public var cardOptions: STPConfirmCardOptions?
-
Options for an Alipay Payment Method.
Declaration
Swift
@objc public var alipayOptions: STPConfirmAlipayOptions?
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]
-
Declaration
Swift
@objc public class func rootObjectName() -> String?