Class IdentifyCancellationPolicyRequest
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.domain.IdentifyCancellationPolicyRequest
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanMiscellaneous attributes that can be added to the response in order to provide more information.List<com.broadleafcommerce.cart.client.domain.CartItem>The cart items to identify the cancellation policies for.inthashCode()voidsetAdditionalAttributes(Map<String, Object> additionalAttributes) Miscellaneous attributes that can be added to the response in order to provide more information.voidsetCartItems(List<com.broadleafcommerce.cart.client.domain.CartItem> cartItems) The cart items to identify the cancellation policies for.toString()
-
Constructor Details
-
IdentifyCancellationPolicyRequest
public IdentifyCancellationPolicyRequest()
-
-
Method Details
-
getCartItems
The cart items to identify the cancellation policies for. -
getAdditionalAttributes
Miscellaneous attributes that can be added to the response in order to provide more information. -
setCartItems
The cart items to identify the cancellation policies for. -
setAdditionalAttributes
Miscellaneous attributes that can be added to the response in order to provide more information. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-