B1RestaurantGroupOrderContext
- Contains the server-authored read model used to populate the restaurant group-order UI.
* It identifies the business, requester, payer, table, seated party members, and selectable business menu entries.
| Property | Type | Description | Metadata |
|---|---|---|---|
| HouseholdBizEntityId | FB1EntityId | Household business entity the order is placed at. | Category: B1RestaurantGroupOrderContext |
| RequesterEaterId | FB1EntityId | Party member who opened the order UI. | Category: B1RestaurantGroupOrderContext |
| PayerId | FB1EntityId | Canonical party representative for order grouping; must be the first entry in Members. | Category: B1RestaurantGroupOrderContext |
| TableEntityId | FB1EntityId | Table entity the party is seated at. | Category: B1RestaurantGroupOrderContext |
| Members | TArray | Every seated party member and their seat. | Category: B1RestaurantGroupOrderContext |
| RecipeListIds | TArray | Ordered business RecipeList entries. RecipeGroup identity is preserved for display. | Category: B1RestaurantGroupOrderContext |
| RecipeOriginalPriceMap | TMap | Original settlement price by RecipeList ID, kept separate from the shared Recipe VM crafting cost for the order UI. | Category: B1RestaurantGroupOrderContext |
| RecipePaymentPriceMap | TMap | High-quality-rate customer payment price by RecipeList ID, displayed by the order UI and snapshotted on commit. | Category: B1RestaurantGroupOrderContext |
Back to Type FinderSearch and filter all 2203 StructGuide documents