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