input UpdateFeeInputType

Fields

FieldTypeDescription
idString!

Public API ID for this fee input.

labor_unitLaborUnit

Labor unit for this fee input.

unit_rateDecimal

Monetary amount as a decimal value in the record currency; not cents.

quantityDecimal

Monetary amount as a decimal value in the record currency; not cents.

descriptionString

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."
}