Cost period object

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

NameTypeDescription
costPerHournumberThe labor cost per hour.
iduuidThe unique identifier for the object.
startdateThe start date for the period. Will be in the form YYYY-MM-DD.
createdAttimestampThe timestamp when the object was created.
overheadCostPerHournumberThe overhead cost per hour.
currencystringThe currency code for the cost period.
isDefaultbooleanA flag to indicate if the availability period is the default.
enddateThe end date for the period. Will be in the form YYYY-MM-DD.
totalCostPerHournumberThe total cost per hour. A calculated field that's the total of costPerHour and overheadCostPerHour.