CollectBankAccountForInstantDebitsResult

The result of an attempt to collect a bank account

Inheritors

Types

Link copied to clipboard
data class Completed(val intent: StripeIntent, val paymentMethodId: String, val last4: String?, val bankName: String?) : CollectBankAccountForInstantDebitsResult
Link copied to clipboard

Functions

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