USBankAccount

data class USBankAccount(    val labelResource: String,     @DrawableRes val iconResource: Int,     val bankName: String,     val last4: String,     val financialConnectionsSessionId: String,     val intentId: String,     val paymentMethodCreateParams: PaymentMethodCreateParams,     val customerRequestedSave: PaymentSelection.CustomerRequestedSave) : PaymentSelection.New

Constructors

Link copied to clipboard
fun USBankAccount(    labelResource: String,     @DrawableRes iconResource: Int,     bankName: String,     last4: String,     financialConnectionsSessionId: String,     intentId: String,     paymentMethodCreateParams: PaymentMethodCreateParams,     customerRequestedSave: PaymentSelection.CustomerRequestedSave)

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
val bankName: String
Link copied to clipboard
open override val customerRequestedSave: PaymentSelection.CustomerRequestedSave
Link copied to clipboard
val financialConnectionsSessionId: String
Link copied to clipboard
val iconResource: Int
Link copied to clipboard
val intentId: String
Link copied to clipboard
val labelResource: String
Link copied to clipboard
val last4: String
Link copied to clipboard
open override val paymentMethodCreateParams: PaymentMethodCreateParams