MenuItemPrice
Type | Table |
---|---|
MenuItemPrice | gdata_menu_item_price |
Refers to prices for menu items and associated modifications.
Attribute | Data Type | Description |
---|---|---|
id | varchar(255) | Unique identifier for the menu item price entry |
tags | varchar(255) | Tags associated with the menu item price |
currencycode | varchar(255) | Code of the currency |
currencyid | varchar(255) | ID of the associated currency (associated to the master currency) |
entitytype | varchar(255) | Type of the entity (possibly indicating if it's a menu item or modifier) |
menuitemid | varchar(255) | ID of the associated menu item |
modifierid | varchar(255) | ID of the associated modifier (if any) |
price | float8 | Actual price value |
recipeid | varchar(255) ID of the associated recipe | |
menuid | varchar(255) | ID of the associated menu |
Updated about 1 year ago