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