IEditSessionChangeDeliveryEstimatedTimeOfArrival Method |
Change estimated time of arrival of the order. Can change property only for Unconfirmed, New, Waiting or OnWay delivery.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeDeliveryEstimatedTimeOfArrival(
DateTime? estimatedTimeOfArrival,
IDeliveryOrderStub order
)
Parameters
- estimatedTimeOfArrival
- Type: SystemNullableDateTime
Estimated time of arrival - order
- Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change
See Also