IEditSessionChangeEstimatedOrderGuestsCount Method  | 
 Changes estimated order guests count. Use this method to set estimated guests count when guests collection doesn't reflect actual state of affairs.
 
    Namespace: 
   Resto.Front.Api.Editors
    Assembly:
   Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxvoid ChangeEstimatedOrderGuestsCount(
	int estimatedGuestsCount,
	IOrderStub order
)
Parameters
- estimatedGuestsCount
 - Type: SystemInt32
How many people will be served using this order, in spite of how many guests this order will be splitted by. - order
 - Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to change estimated guests count. 
See Also