USBankAccount

data class USBankAccount : StripeParamsModel, Parcelable

Constructors

Link copied to clipboard
fun USBankAccount(linkAccountSessionId: String)
Link copied to clipboard
fun USBankAccount(    accountNumber: String,     routingNumber: String,     accountType: PaymentMethod.USBankAccount.USBankAccountType,     accountHolderType: PaymentMethod.USBankAccount.USBankAccountHolderType)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)