object FeeCategoryTotal

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

amountMoney

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

labelString

Label associated with this fee category total.

categoryString

Category for this fee category total.

quantityInt

Quantity as a whole-unit count.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "amount": "19.99",
  "label": "Storage Fee",
  "category": "apparel",
  "quantity": 2
}