Click or drag to resize

IOperationServiceSplitOrderBetweenCashRegisters Method

Split order between cash registers according to the current point of sale mapping.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IReadOnlyList<IOrder> SplitOrderBetweenCashRegisters(
	IOrder order,
	ICredentials credentials
)

Parameters

order  IOrder
Order to split.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

IReadOnlyListIOrder
See Also