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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<IPointOfSale> GetHostTerminalPointsOfSale()

Return Value

Type: IReadOnlyListIPointOfSale
See Also