BankDropdownSpec

data class BankDropdownSpec(identifier: IdentifierSpec, @StringRes label: Int, bankType: SupportedBankType) : SectionFieldSpec

Functions

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

Properties

Link copied to clipboard
val bankType: SupportedBankType
Link copied to clipboard
open override val identifier: IdentifierSpec
Link copied to clipboard
val label: Int