STPPaymentMethodAUBECSDebitParams
public class STPPaymentMethodAUBECSDebitParams : NSObject, STPFormEncodable
An object representing parameters used to create an AU BECS Debit Payment Method
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
The account number to debit.
Declaration
Swift
@objc public var accountNumber: String?
-
Six-digit number identifying bank and branch associated with this bank account.
Declaration
Swift
@objc public var bsbNumber: String?
-
Declaration
Swift
public class func rootObjectName() -> String?
-
Declaration
Swift
public class func propertyNamesToFormFieldNamesMapping() -> [String : String]