STPPaymentMethodBacsDebitParams
public class STPPaymentMethodBacsDebitParams : NSObject, STPFormEncodable
The user’s bank account details.
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
The bank account number (eg 00012345)
Declaration
Swift
@objc public var accountNumber: String?
-
The sort code of the bank account (eg 10-88-00)
Declaration
Swift
@objc public var sortCode: String?
-
Declaration
Swift
@objc public class func rootObjectName() -> String?
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]