Click or drag to resize

IEditSessionSetDeliveryUndelivered Method

Returns the delivery from the Delivered status back to the OnWay status.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void SetDeliveryUndelivered(
	IDeliveryOrderStub order
)

Parameters

order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change status.
See Also