Changed property order a bit
This commit is contained in:
parent
4c860e7b20
commit
55767f88e4
|
@ -41,15 +41,16 @@ open class UserAccount(
|
|||
val selectedTanMediumName: String? = null,
|
||||
open val tanMedia: List<TanMedium> = listOf(),
|
||||
|
||||
var bankingGroup: BankingGroup? = null,
|
||||
var iconUrl: String? = null,
|
||||
var bankingGroup: BankingGroup? = null
|
||||
) {
|
||||
|
||||
var wrongCredentialsEntered: Boolean = false
|
||||
|
||||
var userSetDisplayName: String? = null
|
||||
var displayIndex: Int = 0
|
||||
|
||||
var iconUrl: String? = null
|
||||
|
||||
var wrongCredentialsEntered: Boolean = false
|
||||
|
||||
|
||||
@get:JsonIgnore
|
||||
open val displayName: String
|
||||
|
|
Loading…
Reference in New Issue