DepartmentProperties Class
Optional grouping of enrollment accounts to segment costs into logical groupings and set budgets.
Constructor
DepartmentProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
cost_center
|
The cost center associated with the department. |
|
display_name
|
The name of the department. |
|
id
|
The ID that uniquely identifies the department. |
|
status
|
The status of the department. |
Attributes
cost_center
The cost center associated with the department.
cost_center: str | None
display_name
The name of the department.
display_name: str | None
id
The ID that uniquely identifies the department.
id: str | None
status
The status of the department.
status: str | None