ProductsSellingPossibility Enumeration |
Namespace:
Resto.Front.Api.Data.Orders
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax public enum ProductsSellingPossibility
Members
| Member name | Value | Description |
---|
| Allowed | 0 |
Current user can sell specified amount of products without restriction.
|
| AllowedForced | 1 |
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.
|
| Restricted | 2 |
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