STPMandateDataParams
Objective-C
@interface STPMandateDataParams : NSObject <STPFormEncodable>
Swift
class STPMandateDataParams : NSObject, STPFormEncodable
This object contains details about the Mandate to create. - see: https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-mandate_data
-
Details about the customer acceptance of the Mandate.
Declaration
Objective-C
@property (nonatomic) STPMandateCustomerAcceptanceParams *_Nonnull customerAcceptance;
Swift
var customerAcceptance: STPMandateCustomerAcceptanceParams { get set }