Get Clients Client Id Response
@Serializable
GetClientsClientIdResponse
Parameters
account No
activation Date
active
display Name
email Address
external Id
firstname
groups
id
lastname
office Id
office Name
savings Product Id
savings Product Name
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)