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 class
CartItemAttributeConstants.Internal
-
Field Summary
Fields Modifier and Type Field Description static String
MAX_THRESHOLD
TheProduct.getMaximumThreshold()
orVariant.getMaximumThreshold()
for the item.static String
MIN_THRESHOLD
TheProduct.getMinimumThreshold()
orVariant.getMinimumThreshold()
for the item.static String
PRICE_INFO
Contains thePriceInfo
for theCartItem
as a result of pricing.
-
-
-
Field Detail
-
PRICE_INFO
public static final String PRICE_INFO
Contains thePriceInfo
for theCartItem
as 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
-
-