Checks remaining amount of the product and determines whether selling of that product is restricted.
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#
bool IsProductSellingRestricted( IProduct product )
Parameters
- product
- Type: Resto.Front.Api.V3.Data.AssortmentIProduct
Product to check remaining amount.
Return Value
Type: Booleantrue if the product has too low amount and selling is restricted, otherwise false.
Remarks
See Also