Click or drag to resize

IEditSessionSetDeliveryUnconfirmed Method

Change delivery status to unconfirmed.

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

Parameters

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