IOperationServiceNeedToSplitOrderBeforePayment Method |
Checks if order should be splitted between cash registers before payment. Method also returns estimated point of sale for order if it can be determinated at the moment.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxCheckSplitResultDto NeedToSplitOrderBeforePayment(
IOrder order
)
Parameters
- order IOrder
-
Order to check.
Return Value
CheckSplitResultDto
See Also