STPPaymentMethodBacsDebit
public class STPPaymentMethodBacsDebit : NSObject, STPAPIResponseDecodable
A Bacs Debit Payment Method.
-
Declaration
Swift
private(set) public var allResponseFields: [AnyHashable : Any] { get }
-
This payment method’s fingerprint.
Declaration
Swift
@objc public private(set) var fingerprint: String? { get }
-
The last four digits of the bank account.
Declaration
Swift
@objc public private(set) var last4: String? { get }
-
The sort code of the bank account (eg 10-88-00)
Declaration
Swift
@objc public private(set) var sortCode: String? { get }
-
Declaration
Swift
public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?