Class CartAttributeConstants.Internal
java.lang.Object
com.broadleafcommerce.cartoperation.domain.CartAttributeConstants.Internal
- Enclosing class:
- CartAttributeConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA list ofPaymentNextActionobjects to be used when resending the cart awaiting payment result email.static final StringThe request id related to a checkout attempt that resulted in theDefaultCartStatuses.AWAITING_PAYMENT_RESULTcart statusstatic final StringA list ofAddItemFailuresfrom the bulk add items operation.static final StringTemporary storage ofFreeGiftItemsfrom the offer response, so that they can be processed and added later.static final StringA list ofoffer idsto ignore when applying offers. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FREE_GIFT_OFFER_ITEMS
Temporary storage ofFreeGiftItemsfrom the offer response, so that they can be processed and added later.- See Also:
-
OFFER_IDS_TO_IGNORE
A list ofoffer idsto ignore when applying offers.- See Also:
-
AWAITING_PAYMENT_RESULT_NEXT_ACTIONS
A list ofPaymentNextActionobjects to be used when resending the cart awaiting payment result email.- See Also:
-
AWAITING_PAYMENT_RESULT_REQUEST_ID
The request id related to a checkout attempt that resulted in theDefaultCartStatuses.AWAITING_PAYMENT_RESULTcart status- See Also:
-
BULK_ADD_ITEMS_FAILURES
A list ofAddItemFailuresfrom the bulk add items operation.- See Also:
-
-
Constructor Details
-
Internal
public Internal()
-