Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 2.77 KB

File metadata and controls

executable file
·
12 lines (9 loc) · 2.77 KB

Drink

Fields

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.