GetSelfClientsPageItems

@Serializable
data class GetSelfClientsPageItems(val accountNo: Long? = null, val activationDate: LocalDate? = null, val active: Boolean? = null, val displayName: String? = null, val fullname: String? = null, val id: Int? = null, val officeId: Int? = null, val officeName: String? = null, val status: GetSelfClientsStatus? = null)

Parameters

accountNo
activationDate
active
displayName
fullname
id
officeId
officeName
status

Constructors

Link copied to clipboard
constructor(accountNo: Long? = null, activationDate: LocalDate? = null, active: Boolean? = null, displayName: String? = null, fullname: String? = null, id: Int? = null, officeId: Int? = null, officeName: String? = null, status: GetSelfClientsStatus? = 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 fullname: String? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val officeId: Int? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard