STPSourceWeChatPayDetails
@interface STPSourceWeChatPayDetails : NSObject <STPAPIResponseDecodable>
Details of a WeChat Pay Source.
-
A URL to the WeChat App.
Use
STPRedirectContext
instead of redirecting users yourself.Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull weChatAppURL;
Swift
var weChatAppURL: String { get }