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