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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeDeliverySplitBetweenPersons(
	bool splitBetweenPersons,
	IDeliveryOrderStub order
)

Parameters

splitBetweenPersons
Type: SystemBoolean
Whether the order should be splitted between persons
order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change
See Also