referencestringitemsArray of objects(Item)+Show 14 array propertiesdiscountsArray of objects(Discount)+Show 5 array propertiestotalobject+Show 2 properties{ "reference": "string", "items": [ { … } ], "discounts": [ { … } ], "total": { "includingVat": 0.1, "excludingVat": 0.1 } }
idstringcheckedbooleantextstringrequiredboolean{ "id": "string", "checked": true, "text": "string", "required": true }