BankDropdownSpec
data class BankDropdownSpec( val identifier: IdentifierSpec, @StringRes val label: Int, val bankType: SupportedBankType) : SectionFieldSpec
Content copied to clipboard
Constructors
Link copied to clipboard
fun BankDropdownSpec( identifier: IdentifierSpec, @StringRes label: Int, bankType: SupportedBankType)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
fun transform(bankRepository: BankRepository, initialValue: String?): SectionFieldElement
Content copied to clipboard
Link copied to clipboard