Field | Type | Required | Description | Example |
---|---|---|---|---|
Name |
string | ✔️ | The name of the drink. | Old Fashioned |
Price |
float64 | ✔️ | The price of one unit of the drink in US cents. | 1000 |
ProductCode |
*string | ➖ | The product code of the drink, only available when authenticated. | AC-A2DF3 |
Stock |
*int64 | ➖ | The number of units of the drink in stock, only available when authenticated. | |
Type |
*DrinkType | ➖ | The type of drink. |