USBankAccount

data class USBankAccount @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val accountHolderType: PaymentMethod.USBankAccount.USBankAccountHolderType, val accountType: PaymentMethod.USBankAccount.USBankAccountType, val bankName: String?, val fingerprint: String?, val last4: String?, val financialConnectionsAccount: String?, val networks: PaymentMethod.USBankAccount.USBankNetworks?, val routingNumber: String?) : PaymentMethod.TypeData

Constructors

Link copied to clipboard
constructor(accountHolderType: PaymentMethod.USBankAccount.USBankAccountHolderType, accountType: PaymentMethod.USBankAccount.USBankAccountType, bankName: String?, fingerprint: String?, last4: String?, financialConnectionsAccount: String?, networks: PaymentMethod.USBankAccount.USBankNetworks?, routingNumber: String?)

Properties

Link copied to clipboard

The name of the bank

Link copied to clipboard

The ID of the Financial Connections Account used to create the payment method

Link copied to clipboard

Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same

Link copied to clipboard

Last four digits of the bank account number

Link copied to clipboard

The token of the Linked Account used to create the payment method

Link copied to clipboard

Contains information about US bank account networks that can be used

Link copied to clipboard

Routing number of the bank account

Link copied to clipboard
open override val type: PaymentMethod.Type

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)