CartItem
CartItem
| Field name | Type | Required | Description |
|---|---|---|---|
Id |
int | Y | The ID of the item |
Quantity |
string | Y | The quanity |
Note |
string | N | Optional text relevant to the item |
Extras |
collection | N | Optional collection of CartItemExtraDto (topping etc.) |
Questions |
collection | N | Optional collection of ProductMenuQuestionDto (side dish etc.) |