Initializes a new instance of the ProductsSellingRestrictions class
Namespace: Resto.Front.Api.V3.Data.Orders
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public ProductsSellingRestrictions( ProductsSellingPossibility checkResult, Dictionary<IProduct, decimal> productsExceedRemainingAmounts )
Parameters
- checkResult
- Type: Resto.Front.Api.V3.Data.OrdersProductsSellingPossibility
- productsExceedRemainingAmounts
- Type: System.Collections.GenericDictionaryIProduct, Decimal
See Also