Class CartItemProductServiceProperties.SubscriptionItemDefaults

java.lang.Object
com.broadleafcommerce.cartoperation.service.mapping.CartItemProductServiceProperties.SubscriptionItemDefaults
Enclosing class:
CartItemProductServiceProperties

public static class CartItemProductServiceProperties.SubscriptionItemDefaults extends Object
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 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

      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