input AddFeeInputType

Fields

FieldTypeDescription
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

{
  "labor_unit": "HOURS",
  "unit_rate": 19.99,
  "quantity": 2,
  "description": "Customer requested expedited handling."
}