Class QuoteLine.SetPauseCollection.Set

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

public static class QuoteLine.SetPauseCollection.Set extends StripeObject
The Pause Collection settings specify how to pause collection for a subscription during a phase by modifying the behavior of the invoices that are generated during the paused period.
  • Constructor Details

    • Set

      public Set()
  • Method Details

    • getBehavior

      public String getBehavior()
    • setBehavior

      public void setBehavior(String behavior)
    • 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