STPPaymentMethodAlipay
Objective-C
@interface STPPaymentMethodAlipay : NSObject <STPAPIResponseDecodable>
Swift
class STPPaymentMethodAlipay : NSObject, STPAPIResponseDecodable
Contains details for an Alipay Payment Method.
-
Unavailable
You cannot directly instantiate an
STPPaymentMethodAlipay
. You should only use one that is part of an existingSTPPaymentMethod
object.Declaration
Objective-C
- (nonnull instancetype)init;
-
Unavailable
You cannot directly instantiate an
STPPaymentMethodAlipay
. You should only use one that is part of an existingSTPPaymentMethod
object.Declaration
Objective-C
- (nonnull instancetype)new;