API Docs / Schemas / ClientBillableServiceStageDto

ClientBillableServiceStageDto

Stage information for display on a client's billable service

Properties

Name Type Description
codestring

The stage code

The stage code

namestring

The stage display name

The stage display name

iconstring

Optional Lucide icon name

Optional Lucide icon name

colorstring

Optional hex colour

Optional hex colour

setTimestring

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"
}

Contained in Schemas