object WorkOrderFeeType
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | BigInt | |
unit_rate | Decimal | |
labor_unit | LaborUnit | |
quantity | Decimal | |
description | String | |
created_at | DateTime | |
updated_at | DateTime |
Referenced By
Example
{
"id": "abc123",
"legacy_id": "abc123",
"unit_rate": "abc123",
"labor_unit": "HOURS",
"quantity": "abc123",
"description": "abc123",
"created_at": "abc123",
"updated_at": "abc123"
}