STPConfirmCardOptions
public class STPConfirmCardOptions : NSObject
extension STPConfirmCardOptions: STPFormEncodable
Options to update a Card PaymentMethod during PaymentIntent confirmation.
-
CVC value with which to update the Card PaymentMethod.
Declaration
Swift
@objc public var cvc: String?
-
Selected network to process this PaymentIntent on. Depends on the available networks of the card attached to the PaymentIntent. Can be only set confirm-time.
Declaration
Swift
@objc public var network: String?
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]
-
Declaration
Swift
@objc public class func rootObjectName() -> String?