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