| Name | Description | Type | Additional information |
|---|---|---|---|
| Prompt |
The question to be asked to the operator, i.e. How would they like their steak done? |
string |
None. |
| Quantity |
The quantity of items to be applied after selection. |
integer |
None. |
| MinRequired |
The minimum number of items that must be chosen. |
integer |
None. |
| MaxRequired |
The maximum number of items that must be chosen. |
integer |
None. |
| Choices |
A list of the possible choices. i.e. Rare, Medium, Well Done etc. Some options will incur a cost, others will be free. |
Collection of EskimoClassLibraries.clsTillMenuItem |
None. |