STPMandateOnlineParams
Objective-C
@interface STPMandateOnlineParams : NSObject <STPFormEncodable>
Swift
class STPMandateOnlineParams : NSObject, STPFormEncodable
Contains details about a Mandate accepted online. - see: https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-mandate_data-customer_acceptance-online
-
The IP address from which the Mandate was accepted by the customer.
Declaration
Objective-C
@property (nonatomic, copy) NSString *_Nonnull ipAddress;
Swift
var ipAddress: String { get set }
-
The user agent of the browser from which the Mandate was accepted by the customer.
Declaration
Objective-C
@property (nonatomic, copy) NSString *_Nonnull userAgent;
Swift
var userAgent: String { get set }