STPMandateDataParams
public class STPMandateDataParams : NSObject
extension STPMandateDataParams: STPFormEncodable
This object contains details about the Mandate to create. - seealso: https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-mandate_data
-
Details about the customer acceptance of the Mandate.
Declaration
Swift
@objc public let customerAcceptance: STPMandateCustomerAcceptanceParams
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
Initializes an STPMandateDataParams from an STPMandateCustomerAcceptanceParams.
Declaration
Swift
@objc public init(customerAcceptance: STPMandateCustomerAcceptanceParams)
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]
-
Declaration
Swift
@objc public class func rootObjectName() -> String?