package net.dankito.fints.model open class BankInfo( val bankCode: String, val countryCode: Int, val finTsServerAddress: String )