Click or drag to resize

IEditSessionChangeDeliverySplitBetweenPersons Method

Changes the order property if it should be splitted between persons.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void ChangeDeliverySplitBetweenPersons(
	bool splitBetweenPersons,
	IDeliveryOrderStub order
)

Parameters

splitBetweenPersons  Boolean
Whether the order should be splitted between persons
order  IDeliveryOrderStub
Order to change
See Also