Click or drag to resize

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.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
CheckSplitResultDto NeedToSplitOrderBeforePayment(
	IOrder order
)

Parameters

order  IOrder
Order to check.

Return Value

CheckSplitResultDto
See Also