input UpdateFeeInputType
Fields
| Field | Type | Description |
|---|---|---|
id | String! | Public API ID for this fee input. |
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
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"labor_unit": "HOURS",
"unit_rate": 19.99,
"quantity": 2,
"description": "Customer requested expedited handling."
}