STPIntentActionRedirectToURL
public class STPIntentActionRedirectToURL : NSObject
extension STPIntentActionRedirectToURL: STPAPIResponseDecodable
Contains instructions for authenticating a payment by redirecting your customer to another page or application.
You cannot directly instantiate an STPIntentActionRedirectToURL
.
-
The URL you must redirect your customer to in order to authenticate the payment.
Declaration
Swift
@objc public let url: URL
-
The return URL that’ll be redirected back to when the user is done authenticating.
Declaration
Swift
@objc public let returnURL: URL?
-
Declaration
Swift
@objc public let allResponseFields: [AnyHashable : Any]
-
Declaration
Swift
@objc public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?