IEditSessionChangeDeliveryLastDefaultTerminalDeliveryDurationInMinutes Method |
Set calculated delivery duration without overrided value on terminal.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax void ChangeDeliveryLastDefaultTerminalDeliveryDurationInMinutes(
long? lastDefaultTerminalDeliveryDurationInMinutes,
IDeliveryOrderStub order
)
Parameters
- lastDefaultTerminalDeliveryDurationInMinutes
- Type: SystemNullableInt64
delivery duration without overriden value on terminal - order
- Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change
See Also