BillableServiceStageDto
DTO for a user-defined workflow stage on a billable service
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The unique code for this stage |
The unique code for this stage | ||
| name | string | The display name of this stage |
The display name of this stage | ||
| description | string | Optional description of what this stage represents |
Optional description of what this stage represents | ||
| icon | string | Optional Lucide icon name for visual identification |
Optional Lucide icon name for visual identification | ||
| color | string | Optional hex colour for visual identification |
Optional hex colour for visual identification | ||
| sortOrder | integer | The display order for this stage |
The display order for this stage | ||
JSON Example
{
"code": "string",
"name": "string",
"description": "string",
"icon": "string",
"color": "string"
}