USBankAccount

data class USBankAccount : PaymentMethod.TypeData

Types

Link copied to clipboard
Link copied to clipboard
data class USBankNetworks(preferred: String?, supported: List<String>) : StripeModel

Functions

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

Properties

Link copied to clipboard

Account holder type

Link copied to clipboard

Account type

Link copied to clipboard
val bankName: String?

The name of the bank

Link copied to clipboard
val fingerprint: String?

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

Link copied to clipboard
val last4: String?

Last four digits of the bank account number

Link copied to clipboard
val linkedAccount: String?

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
val routingNumber: String?

Routing number of the bank account

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