input AddFeeInputType
Fields
| Field | Type | Description |
|---|---|---|
labor_unit | LaborUnit! | |
unit_rate | Decimal! | |
quantity | Decimal! | |
description | String |
Referenced By
- AddWorkOrderFeeInput Type
Example
{
"labor_unit": "HOURS",
"unit_rate": "abc123",
"quantity": "abc123",
"description": "abc123"
}