STPPaymentMethodAUBECSDebit
public class STPPaymentMethodAUBECSDebit : NSObject, STPAPIResponseDecodable
An AU BECS Debit Payment Method.
-
Six-digit number identifying bank and branch associated with this bank account.
Declaration
Swift
@objc public private(set) var bsbNumber: String { get }
-
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
Declaration
Swift
@objc public private(set) var fingerprint: String { get }
-
Last four digits of the bank account number.
Declaration
Swift
@objc public private(set) var last4: String { get }
-
Declaration
Swift
public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?