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.V5
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax IReadOnlyList<IPointOfSale> GetHostTerminalPointsOfSale()
Return Value
Type:
IReadOnlyListIPointOfSale
List of point of sales attached to current terminal.
See Also