Completed

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

Constructors

Link copied to clipboard
constructor(intent: StripeIntent, paymentMethodId: String, last4: String?, bankName: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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