STPSourceRedirect
public class STPSourceRedirect : NSObject, STPAPIResponseDecodable
Information related to a source’s redirect flow.
-
The URL you provide to redirect the customer to after they authenticated their payment.
Declaration
Swift
@objc public private(set) var returnURL: URL { get }
-
The status of the redirect.
Declaration
Swift
@objc public private(set) var status: STPSourceRedirectStatus { get }
-
The URL provided to you to redirect a customer to as part of a redirect authentication flow.
Declaration
Swift
@objc public private(set) var url: URL { get }
-
Declaration
Swift
@objc public private(set) var allResponseFields: [AnyHashable : Any] { get }
-
Declaration
Swift
public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?