USBankAccount

data class USBankAccount(val name: String, val email: String?) : CollectBankAccountConfiguration, Parcelable

Constructors

Link copied to clipboard
fun USBankAccount(name: String, email: String?)

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 email: String?
Link copied to clipboard
val name: String