Click or drag to resize

ProductsSellingPossibility Enumeration

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public enum ProductsSellingPossibility
Members
  Member nameValueDescription
Allowed0 Current user can sell specified amount of products without restriction.
AllowedForced1 Selling of specified amount of products is restricted, but current user can sell them forcibly. Consider asking user for confirmation to sell products with negative remaining amount. Products with insufficient amount can be retrieved from ProductsExceedRemainingAmounts.
Restricted2 Selling of specified amount of products is restricted and current user hasn't permisstion to sell them forcibly. Products with insufficient amount can be retrieved from ProductsExceedRemainingAmounts.
See Also