Defines the per-hour labor and overhead costs for a member.
Example
{
"costPerHour": 50,
"id": "b3a100b0-8e71-4f39-9d96-32f11838aa8c",
"start": "2024-01-01",
"createdAt": "2024-11-18T18:29:33.415Z",
"overheadCostPerHour": 15.5,
"currency": "USD",
"isDefault": false,
"end": "2024-12-31",
"totalCostPerHour": 65.5
}
Attributes
Name | Type | Description |
---|---|---|
costPerHour | number | The labor cost per hour. |
id | uuid | The unique identifier for the object. |
start | date | The start date for the period. Will be in the form YYYY-MM-DD . |
createdAt | timestamp | The timestamp when the object was created. |
overheadCostPerHour | number | The overhead cost per hour. |
currency | string | The currency code for the cost period. |
isDefault | boolean | A flag to indicate if the availability period is the default. |
end | date | The end date for the period. Will be in the form YYYY-MM-DD . |
totalCostPerHour | number | The total cost per hour. A calculated field that's the total of costPerHour and overheadCostPerHour . |