Class IdentifyCancellationPolicyRequest

java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.domain.IdentifyCancellationPolicyRequest
All Implemented Interfaces:
Serializable

public class IdentifyCancellationPolicyRequest extends Object implements Serializable
Request DTO containing the CartItems to identify the cancellation policies for.
Since:
Cart Operation Service 2.3.0, Release Train 2.3.0
Author:
Sunny Yu
See Also:
  • Constructor Details

    • IdentifyCancellationPolicyRequest

      public IdentifyCancellationPolicyRequest()
  • Method Details

    • getCartItems

      public List<com.broadleafcommerce.cart.client.domain.CartItem> getCartItems()
      The cart items to identify the cancellation policies for.
    • getAdditionalAttributes

      public Map<String,Object> getAdditionalAttributes()
      Miscellaneous attributes that can be added to the response in order to provide more information.
    • setCartItems

      public void setCartItems(List<com.broadleafcommerce.cart.client.domain.CartItem> cartItems)
      The cart items to identify the cancellation policies for.
    • setAdditionalAttributes

      public void setAdditionalAttributes(Map<String,Object> additionalAttributes)
      Miscellaneous attributes that can be added to the response in order to provide more information.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object