The type of item for the line item in the document.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/handling_type", "title": "handling_type", "type": "string", "description": "The type of item for the line item in the document.", "enum": [ "handling" ] }