Change delivery when delivery was confirmed.
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void ChangeDeliveryConfirmTime( Nullable<DateTime> confirmTime, IDeliveryStub delivery )
Parameters
- confirmTime
- Type: SystemNullableDateTime
Confirmation time - delivery
- Type: Resto.Front.Api.V3.EditorsIDeliveryStub
Delivery to change time.
See Also