input AddFeeInputType
Fields
| Field | Type | Description |
|---|---|---|
labor_unit | LaborUnit! | Labor unit for this fee input. |
unit_rate | Decimal! | Monetary amount as a decimal value in the record currency; not cents. |
quantity | Decimal! | Monetary amount as a decimal value in the record currency; not cents. |
description | String | Human-readable description for this fee input. |
Referenced By
- AddWorkOrderFeeInput Type
Example
{
"labor_unit": "HOURS",
"unit_rate": 19.99,
"quantity": 2,
"description": "Customer requested expedited handling."
}