Group

@Serializable
data class Group(val accountNumberRequiresAutoGeneration: Boolean? = null, val activationDate: LocalDate? = null, val active: Boolean? = null, val activeClientMembers: Set<Client>? = null, val center: Boolean? = null, val childGroup: Boolean? = null, val clientMembers: Set<Client>? = null, val closed: Boolean? = null, val group: Boolean? = null, val groupLevel: GroupLevel? = null, val groupMembers: List<Group>? = null, val id: Long? = null, val new: Boolean? = null, val notActive: Boolean? = null, val notPending: Boolean? = null, val office: Office? = null, val parent: Group? = null, val pending: Boolean? = null, val staff: Staff? = null, val submittedOnDate: LocalDate? = null, val transferInProgress: Boolean? = null, val transferInProgressOrOnHold: Boolean? = null, val transferOnHold: Boolean? = null)

Parameters

accountNumberRequiresAutoGeneration
activationDate
active
activeClientMembers
center
childGroup
clientMembers
closed
group
groupLevel
groupMembers
id
new
notActive
notPending
office
parent
pending
staff
submittedOnDate
transferInProgress
transferInProgressOrOnHold
transferOnHold

Constructors

Link copied to clipboard
constructor(accountNumberRequiresAutoGeneration: Boolean? = null, activationDate: LocalDate? = null, active: Boolean? = null, activeClientMembers: Set<Client>? = null, center: Boolean? = null, childGroup: Boolean? = null, clientMembers: Set<Client>? = null, closed: Boolean? = null, group: Boolean? = null, groupLevel: GroupLevel? = null, groupMembers: List<Group>? = null, id: Long? = null, new: Boolean? = null, notActive: Boolean? = null, notPending: Boolean? = null, office: Office? = null, parent: Group? = null, pending: Boolean? = null, staff: Staff? = null, submittedOnDate: LocalDate? = null, transferInProgress: Boolean? = null, transferInProgressOrOnHold: Boolean? = null, transferOnHold: Boolean? = null)

Properties

Link copied to clipboard
val activationDate: LocalDate? = null
Link copied to clipboard
val active: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val center: Boolean? = null
Link copied to clipboard
val childGroup: Boolean? = null
Link copied to clipboard
val clientMembers: Set<Client>? = null
Link copied to clipboard
val closed: Boolean? = null
Link copied to clipboard
val group: Boolean? = null
Link copied to clipboard
val groupLevel: GroupLevel? = null
Link copied to clipboard
val groupMembers: List<Group>? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val new: Boolean? = null
Link copied to clipboard
val notActive: Boolean? = null
Link copied to clipboard
val notPending: Boolean? = null
Link copied to clipboard
val office: Office? = null
Link copied to clipboard
val parent: Group? = null
Link copied to clipboard
val pending: Boolean? = null
Link copied to clipboard
val staff: Staff? = null
Link copied to clipboard
val submittedOnDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val transferOnHold: Boolean? = null