GetClientsClientIdResponse

@Serializable
data class GetClientsClientIdResponse(val accountNo: String? = null, val activationDate: List<Int>? = null, val active: Boolean? = null, val displayName: String? = null, val emailAddress: String? = null, val externalId: String? = null, val firstname: String? = null, val groups: List<GetClientsGroups>? = null, val id: Long? = null, val lastname: String? = null, val officeId: Long? = null, val officeName: String? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null, val status: GetClientsClientIdStatus? = null, val timeline: GetClientsTimeline? = null)

GetClientsClientIdResponse

Parameters

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

Constructors

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

Properties

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