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