idstring or nullTime slot identifierdatestring or nullDelivery datestartTimestring or nullStart time of the slotendTimestring or nullEnd time of the slotpricenumber or null(double)Additional price for this time slotdescriptionstring or nullTime slot description{ "id": "string", "date": "string", "startTime": "string", "endTime": "string", "price": 0.1, "description": "string" }
currentStatusstring Enum"checkout""processing""accepted""completed""declined""removed"transitionsArray of objects or null(Transition)+Show 2 array properties{ "currentStatus": "checkout", "transitions": [ { … } ] }