Class QuoteLine.EndsAt.DiscountEnd

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuoteLine.EndsAt.DiscountEnd
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
QuoteLine.EndsAt

public static class QuoteLine.EndsAt.DiscountEnd extends StripeObject
  • Constructor Details

    • DiscountEnd

      public DiscountEnd()
  • Method Details

    • getDiscount

      public String getDiscount()
      The ID of a specific discount.
    • setDiscount

      public void setDiscount(String discount)
      The ID of a specific discount.
    • 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