B1RestaurantDishBatchEntry
- Stores one ordered seat's immutable eater/seat/recipe identity and the quality rolled when cooking starts.
* It is persisted inside FB1RestaurantDishBatch so serving never has to infer the order from current table occupants.
| Property | Type | Description | Metadata |
|---|---|---|---|
| EaterId | FB1EntityId | Customer entity that owns this ordered dish. | |
| EaterHouseholdEntityId | FB1EntityId | Customer household entity snapshotted when the order is committed. | |
| SeatEntityId | FB1EntityId | Seat entity where this ordered dish must be served. | |
| RecipeId | FName | Concrete Served-type recipe selected for this seat. | |
| QualityGrade | EB1Quality | Quality grade rolled once when a chef claims this cooking batch. |
Back to Type FinderSearch and filter all 2203 StructGuide documents