Click or drag to resize

IEditSessionChangeDeliveryLastVerifiedRestrictionsHash Method

Sets calculated delivery restirictions hash.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeDeliveryLastVerifiedRestrictionsHash(
	string lastVerifiedDeliveryRestrictionsHash,
	IDeliveryOrderStub order
)

Parameters

lastVerifiedDeliveryRestrictionsHash  String
Last verified restirictions hash.
order  IDeliveryOrderStub
Order to change
See Also