STPIntentActionAlipayHandleRedirect
public class STPIntentActionAlipayHandleRedirect : NSObject
extension STPIntentActionAlipayHandleRedirect: STPAPIResponseDecodable
Contains instructions for authenticating a payment by redirecting your customer to Alipay App or website.
You cannot directly instantiate an STPPaymentIntentActionAlipayHandleRedirect
.
-
The native URL you must redirect your customer to in order to authenticate the payment.
Declaration
Swift
@objc public let nativeURL: URL?
-
If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
Declaration
Swift
@objc public let returnURL: URL
-
The URL you must redirect your customer to in order to authenticate the payment.
Declaration
Swift
@objc public let url: URL
-
Declaration
Swift
@objc public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?