Click or drag to resize

IOperationServiceGetStopListProductsRemainingAmounts Method

Gets remaining amounts of products and their sizes in stop list.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Dictionary<ProductAndSize, decimal> GetStopListProductsRemainingAmounts()

Return Value

Type: DictionaryProductAndSize, Decimal
Dictionary of products, sizes and theirs remaining amounts.
Remarks
Products that has small remaining amount can be added to stop list to limit consumption. Selling of product with zero or negative remaining amount is restricted.
See Also