Made BIC nullable

This commit is contained in:
dankito 2024-09-16 16:14:52 +02:00
parent 8f822e9469
commit 89e21dc38a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ open class User(
var password: String?,
val bankName: String,
val bic: String,
val bic: String?, // not all banks (in the world) have a BIC
val customerName: String,
/**