Click or drag to resize

IOperationServiceGetHostTerminalPointsOfSale Method

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

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

Return Value

Type: ListIPointOfSale
List of point of sales attached to current terminal.
See Also