ProductsSellingPossibility EnumerationiikoFront Api V3 Documentation

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 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

Reference