Returns list of points of sale attached to current terminal. Empty list means that current terminal is not cash terminal.
Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
List<IPointOfSale> GetHostTerminalPointsOfSale()
Return Value
Type: ListIPointOfSaleList of point of sales attached to current terminal.
See Also