UnbilledTimeClientDto
A client with unbilled billable time, and how much of it there is
Properties
| Name | Type | Description |
|---|---|---|
| client | CodeAndNameDto | |
| unbilledMinutes | integer | Total unbilled billable minutes for the client |
Total unbilled billable minutes for the client | ||
| entryCount | integer | Number of unbilled billable entries for the client |
Number of unbilled billable entries for the client | ||
JSON Example
{
"client": {
"code": "string",
"name": "string"
},
"unbilledMinutes": 0,
"entryCount": 0
}