Class CartItemProductServiceProperties.SubscriptionItemDefaults
java.lang.Object
com.broadleafcommerce.cartoperation.service.mapping.CartItemProductServiceProperties.SubscriptionItemDefaults
- Enclosing class:
- CartItemProductServiceProperties
Default settings for subscription items when added to the cart, if not specified in the
Product configurations.
- Since:
- Cart Operation Service 2.3.0, Release Train 2.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleanbooleanvoidsetAllowAutoRenewalModification(boolean allowAutoRenewalModification) voidsetAutoRenewalEnabled(boolean autoRenewalEnabled) toString()
-
Constructor Details
-
SubscriptionItemDefaults
public SubscriptionItemDefaults()
-
-
Method Details
-
isAutoRenewalEnabled
public boolean isAutoRenewalEnabled() -
isAllowAutoRenewalModification
public boolean isAllowAutoRenewalModification() -
setAutoRenewalEnabled
public void setAutoRenewalEnabled(boolean autoRenewalEnabled) -
setAllowAutoRenewalModification
public void setAllowAutoRenewalModification(boolean allowAutoRenewalModification) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-