STPPaymentMethodBacsDebitParams
Objective-C
@interface STPPaymentMethodBacsDebitParams : NSObject <STPFormEncodable>
Swift
class STPPaymentMethodBacsDebitParams : NSObject, STPFormEncodable
The user’s bank account details.
-
The bank account number (eg 00012345)
Declaration
Objective-C
@property (nonatomic, copy) NSString *_Nonnull accountNumber;
Swift
var accountNumber: String { get set }
-
The sort code of the bank account (eg 10-88-00)
Declaration
Objective-C
@property (nonatomic, copy) NSString *_Nonnull sortCode;
Swift
var sortCode: String { get set }