IEditSessionChangeDeliverySplitBetweenPersons Method |
Changes the order property if it should be splitted between persons.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid 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