Click or drag to resize

IOperationServiceGetHostTerminalPointsOfSale Method

Returns list of points of sale attached to local terminal. Empty list means that local terminal is not cash terminal.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IReadOnlyList<IPointOfSale> GetHostTerminalPointsOfSale()

Return Value

IReadOnlyListIPointOfSale
See Also