GetClientsPageItemsResponse

@Serializable
data class GetClientsPageItemsResponse(val accountNo: String? = null, val active: Boolean? = null, val displayName: String? = null, val emailAddress: String? = null, val fullname: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null, val status: GetClientStatus? = null)

Parameters

accountNo
active
displayName
emailAddress
fullname
id
officeId
officeName
status

Constructors

Link copied to clipboard
constructor(accountNo: String? = null, active: Boolean? = null, displayName: String? = null, emailAddress: String? = null, fullname: String? = null, id: Long? = null, officeId: Long? = null, officeName: String? = null, status: GetClientStatus? = null)

Properties

Link copied to clipboard
val accountNo: String? = 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 fullname: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
val status: GetClientStatus? = null