If current user can add these products with such amounts.
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#
ProductsSellingRestrictions CheckProductsSellingRestrictions( ICredentials credentials, Dictionary<IProduct, decimal> productsAndAmount )
Parameters
- credentials
- Type: Resto.Front.Api.V3.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method. - productsAndAmount
- Type: System.Collections.GenericDictionaryIProduct, Decimal
Products and amount to check. Amount should be between MinimumItemAmount and MaximumItemAmount
Return Value
Type: ProductsSellingRestrictionsSee Also