IEditSessionSetDeliveryCloseTime Method |
Changes delivery closing status and time.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid SetDeliveryCloseTime(
DateTime? closeTime,
IDeliveryOrderStub order
)
Parameters
- closeTime NullableDateTime
- Close time to change delivery status from Delivered to Closed or null to return the delivery from the Closed status back to the Delivered status.
- order IDeliveryOrderStub
- Order to change status and time.
See Also