8 lines
No EOL
143 B
Kotlin
8 lines
No EOL
143 B
Kotlin
package net.dankito.fints.model
|
|
|
|
|
|
open class BankInfo(
|
|
val bankCode: String,
|
|
val countryCode: Int,
|
|
val finTsServerAddress: String
|
|
) |