ClientBillableServiceStageDto
Stage information for display on a client's billable service
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The stage code |
The stage code | ||
| name | string | The stage display name |
The stage display name | ||
| icon | string | Optional Lucide icon name |
Optional Lucide icon name | ||
| color | string | Optional hex colour |
Optional hex colour | ||
| setTime | string | When this stage was set (UTC) |
When this stage was set (UTC) | ||
JSON Example
{
"code": "string",
"name": "string",
"icon": "string",
"color": "string",
"setTime": "2024-01-01T00:00:00Z"
}