Class Product.MarketingFeature

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Product.MarketingFeature
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Product

public static class Product.MarketingFeature extends StripeObject
  • Constructor Details

    • MarketingFeature

      public MarketingFeature()
  • Method Details

    • getName

      public String getName()
      The marketing feature name. Up to 80 characters long.
    • setName

      public void setName(String name)
      The marketing feature name. Up to 80 characters long.
    • 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