Class CartItemAttributeConstants
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants
-
public final class CartItemAttributeConstants extends Object
- Author:
- Chad Harchar (charchar)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCartItemAttributeConstants.Internal
-
Field Summary
Fields Modifier and Type Field Description static StringMAX_THRESHOLDTheProduct.getMaximumThreshold()orVariant.getMaximumThreshold()for the item.static StringMIN_THRESHOLDTheProduct.getMinimumThreshold()orVariant.getMinimumThreshold()for the item.static StringPRICE_INFOContains thePriceInfofor theCartItemas a result of pricing.
-
-
-
Field Detail
-
PRICE_INFO
public static final String PRICE_INFO
Contains thePriceInfofor theCartItemas a result of pricing.- See Also:
- Constant Field Values
-
MIN_THRESHOLD
public static final String MIN_THRESHOLD
TheProduct.getMinimumThreshold()orVariant.getMinimumThreshold()for the item. This can be used to restrict quantity inputs on the frontend. Only added if present.- See Also:
- Constant Field Values
-
MAX_THRESHOLD
public static final String MAX_THRESHOLD
TheProduct.getMaximumThreshold()orVariant.getMaximumThreshold()for the item. This can be used to restrict quantity inputs on the frontend. Only added if present.- See Also:
- Constant Field Values
-
-