USBankAccount

Types

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

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)