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