STPPaymentMethodUSBankAccount
public class STPPaymentMethodUSBankAccount : NSObject
A US Bank Account Payment Method (ACH)
-
Account holder type
Declaration
Swift
@objc public let accountHolderType: STPPaymentMethodUSBankAccountHolderType
-
Account type
Declaration
Swift
@objc public let accountType: STPPaymentMethodUSBankAccountType
-
The name of the bank
Declaration
Swift
@objc public let bankName: String
-
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
Declaration
Swift
@objc public let fingerprint: String
-
Last four digits of the bank account number
Declaration
Swift
@objc public let last4: String
-
The token of the Linked Account used to create the payment method
Declaration
Swift
@objc public let linkedAccount: String?
-
Contains information about US bank account networks that can be used
Declaration
Swift
@objc public let networks: STPPaymentMethodUSBankAccountNetworks?
-
Routing number of the bank account
Declaration
Swift
@objc public let routingNumber: String