Click or drag to resize

IEditSessionResetPriceCategory Method

Resets price category of the order.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ResetPriceCategory(
	IOrderStub order
)

Parameters

order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to reset price category.
See Also