idstring or nullAddon identifiernamestring or nullAddon namedescriptionstring or nullAddon descriptionpricenumber or null(double)Addon pricetaxRatenumber or null(double)Tax rate percentageselectedbooleanWhether the addon is selectedrequiredbooleanWhether the addon is required{ "id": "string", "name": "string", "description": "string", "price": 0.1, "taxRate": 0.1, "selected": true, "required": true }
idstring or nullCategory identifiernamestring or nullCategory namedescriptionstring or nullCategory descriptionsortOrderinteger or null(int32)Sort order for display{ "id": "string", "name": "string", "description": "string", "sortOrder": 0 }
earliestDatestring or nullEarliest delivery datelatestDatestring or nullLatest delivery dateearliestTimestring or nullEarliest delivery timelatestTimestring or nullLatest delivery timedescriptionstring or nullDelivery time description{ "earliestDate": "string", "latestDate": "string", "earliestTime": "string", "latestTime": "string", "description": "string" }