id | string | A guid that acts as the key of a dict describing the Menu |
name_for_guest | string | The name of the menu as it should appear for the patrons. |
combine_into_id | string | The absolute path URL of the hosted image for this item. |
last_modified | datetime | The last time this menu was modified. |
display_position | integer | The order in which this menu is displayed in the list of menus. Larger numbers are positioned further down in the list. |
menu_headings | object | Dict of id -> menu headings on this menu. |
menu_items | object | Dict of id -> menu items on this menu. |
modifier_headings | object | Dict of id -> modifier headings on this menu. |
modifiers | object | Dict of id -> modifiers on this menu. |
restaurant_id | string | UUID of the restaurant that this menu belongs to. |