IOrderEstimatedGuestsCount Property |
Gets estimated guests count, that is greater than or equal to added guests count. When single order is used to serve many people and handling each of them as a separate guest may be inconvenient, this property will indicate estimated guests count while guests collection will contain as many guests as needed for waiters.
Namespace:
Resto.Front.Api.V5.Data.Orders
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax int EstimatedGuestsCount { get; }
Property Value
Type:
Int32See Also