IEditSessionChangeDeliverySplitBetweenPersons Method |
Changes the order property if it should be splitted between persons.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid ChangeDeliverySplitBetweenPersons(
bool splitBetweenPersons,
IDeliveryOrderStub order
)
Parameters
- splitBetweenPersons Boolean
- Whether the order should be splitted between persons
- order IDeliveryOrderStub
- Order to change
See Also