Class CartAttributeConstants.Internal
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.domain.CartAttributeConstants.Internal
-
- Enclosing class:
- CartAttributeConstants
public static final class CartAttributeConstants.Internal extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
FREE_GIFT_OFFER_ITEMS
Temporary storage ofFreeGiftItems
from the offer response, so that they can be processed and added later.static String
OFFER_IDS_TO_IGNORE
A list ofoffer ids
to ignore when applying offers.
-
Constructor Summary
Constructors Constructor Description Internal()
-
-
-
Field Detail
-
FREE_GIFT_OFFER_ITEMS
public static final String FREE_GIFT_OFFER_ITEMS
Temporary storage ofFreeGiftItems
from the offer response, so that they can be processed and added later.- See Also:
- Constant Field Values
-
OFFER_IDS_TO_IGNORE
public static final String OFFER_IDS_TO_IGNORE
A list ofoffer ids
to ignore when applying offers.- See Also:
- Constant Field Values
-
-