STPSourceWeChatPayDetails
Objective-C
@interface STPSourceWeChatPayDetails : NSObject <STPAPIResponseDecodable>
Swift
class 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 (nonatomic, readonly) NSString *_Nonnull weChatAppURL;
Swift
var weChatAppURL: String { get }