| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | [optional] | |
| version | int | [optional] | |
| changes | \Tripletex\Model\Change[] | [optional] | |
| url | string | [optional] | |
| project | \Tripletex\Model\Project | [optional] | |
| activity | \Tripletex\Model\Activity | ||
| date | string | ||
| hours | double | ||
| chargeable_hours | double | [optional] | |
| employee | \Tripletex\Model\Employee | ||
| time_clocks | \Tripletex\Model\TimeClock[] | Link to stop watches on this hour. | [optional] |
| comment | string | [optional] | |
| locked | bool | Indicates if the hour can be changed. | [optional] [default to false] |
| chargeable | bool | [optional] [default to false] | |
| invoice | \Tripletex\Model\Invoice | [optional] | |
| hourly_rate | float | [optional] | |
| hourly_cost | float | [optional] | |
| hourly_cost_percentage | float | [optional] |