Class Invoice.SubscriptionDetails.PauseCollection

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.SubscriptionDetails.PauseCollection
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Invoice.SubscriptionDetails

public static class Invoice.SubscriptionDetails.PauseCollection extends StripeObject
The Pause Collection settings determine how we will pause collection for this subscription and for how long the subscription should be paused.
  • Constructor Details

    • PauseCollection

      public PauseCollection()
  • Method Details

    • getBehavior

      public String getBehavior()
    • getResumesAt

      public Long getResumesAt()
    • setBehavior

      public void setBehavior(String behavior)
    • setResumesAt

      public void setResumesAt(Long resumesAt)
    • 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