IEditSessionChangeDeliveryConfirmTime Method |
Changes delivery confirmation state and time.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeDeliveryConfirmTime(
DateTime? confirmTime,
IDeliveryOrderStub order
)
Parameters
- confirmTime
- Type: SystemNullableDateTime
Confirmation time or null if delivery is unconfirmed. - order
- Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change time.
See Also