GetSelfClientsClientIdResponse

@Serializable
data class GetSelfClientsClientIdResponse(val accountNo: Long? = null, val activationDate: LocalDate? = null, val active: Boolean? = null, val displayName: String? = null, val firstname: String? = null, val groups: List<String>? = null, val id: Int? = null, val lastname: String? = null, val officeId: Int? = null, val officeName: String? = null, val savingsProductId: Int? = null, val savingsProductName: String? = null, val status: GetSelfClientsStatus? = null, val timeline: GetSelfClientsTimeline? = null)

GetSelfClientsClientIdResponse

Parameters

accountNo
activationDate
active
displayName
firstname
groups
id
lastname
officeId
officeName
savingsProductId
savingsProductName
status
timeline

Constructors

Link copied to clipboard
constructor(accountNo: Long? = null, activationDate: LocalDate? = null, active: Boolean? = null, displayName: String? = null, firstname: String? = null, groups: List<String>? = null, id: Int? = null, lastname: String? = null, officeId: Int? = null, officeName: String? = null, savingsProductId: Int? = null, savingsProductName: String? = null, status: GetSelfClientsStatus? = null, timeline: GetSelfClientsTimeline? = null)

Properties

Link copied to clipboard
val accountNo: Long? = null
Link copied to clipboard
val activationDate: LocalDate? = null
Link copied to clipboard
val active: Boolean? = null
Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
val firstname: String? = null
Link copied to clipboard
val groups: List<String>? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val lastname: String? = null
Link copied to clipboard
val officeId: Int? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
val savingsProductId: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard