Class CartAttributeConstants.Internal

java.lang.Object
com.broadleafcommerce.cartoperation.domain.CartAttributeConstants.Internal
Enclosing class:
CartAttributeConstants

public static final class CartAttributeConstants.Internal extends Object
  • Field Details

    • FREE_GIFT_OFFER_ITEMS

      public static final String FREE_GIFT_OFFER_ITEMS
      Temporary storage of FreeGiftItems from the offer response, so that they can be processed and added later.
      See Also:
    • OFFER_IDS_TO_IGNORE

      public static final String OFFER_IDS_TO_IGNORE
      A list of offer ids to ignore when applying offers.
      See Also:
    • AWAITING_PAYMENT_RESULT_NEXT_ACTIONS

      public static final String AWAITING_PAYMENT_RESULT_NEXT_ACTIONS
      A list of PaymentNextAction objects to be used when resending the cart awaiting payment result email.
      See Also:
    • AWAITING_PAYMENT_RESULT_REQUEST_ID

      public static final String AWAITING_PAYMENT_RESULT_REQUEST_ID
      The request id related to a checkout attempt that resulted in the DefaultCartStatuses.AWAITING_PAYMENT_RESULT cart status
      See Also:
    • BULK_ADD_ITEMS_FAILURES

      public static final String BULK_ADD_ITEMS_FAILURES
      A list of AddItemFailures from the bulk add items operation.
      See Also:
  • Constructor Details

    • Internal

      public Internal()