STPSourceWeChatPayDetails
public class STPSourceWeChatPayDetails : NSObject, STPAPIResponseDecodable
Details of a WeChat Pay Source.
-
A URL to the WeChat App. Use
STPRedirectContext
instead of redirecting users yourself.Declaration
Swift
@objc public private(set) var weChatAppURL: String? { get }
-
Declaration
Swift
@objc public private(set) var allResponseFields: [AnyHashable : Any] { get }
-
Declaration
Swift
public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?