Made bankCode and customerId settable
This commit is contained in:
parent
c49ed6a6ff
commit
374818f748
|
@ -12,8 +12,8 @@ import net.dankito.utils.multiplatform.UUID
|
|||
|
||||
//@JsonIdentityInfo(property = "technicalId", generator = ObjectIdGenerators.PropertyGenerator::class) // to avoid stack overflow due to circular references
|
||||
open class Customer(
|
||||
open val bankCode: String,
|
||||
open val customerId: String,
|
||||
open var bankCode: String,
|
||||
open var customerId: String,
|
||||
open var password: String,
|
||||
open var finTsServerAddress: String,
|
||||
open var bankName: String,
|
||||
|
|
Loading…
Reference in New Issue