Enum ProductReserveMode
- Namespace
- Dynamicweb.Ecommerce.Frontend.Cart
- Assembly
- Dynamicweb.Ecommerce.dll
Defines the product reserve modes.
public enum ProductReserveMode
Fields
AddToCart = 1
- The add to cart.
Checkout = 0
- The checkout.
public enum ProductReserveMode
AddToCart = 1
Checkout = 0