Class PricingPlanSubscription.CollectionStatusTransitions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.PricingPlanSubscription.CollectionStatusTransitions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PricingPlanSubscription

public static class PricingPlanSubscription.CollectionStatusTransitions extends StripeObject
For more details about CollectionStatusTransitions, please refer to the API Reference.
  • Constructor Details

    • CollectionStatusTransitions

      public CollectionStatusTransitions()
  • Method Details

    • getAwaitingCustomerActionAt

      public String getAwaitingCustomerActionAt()
      When the collection status transitioned to awaiting customer action.
    • getCurrentAt

      public String getCurrentAt()
      When the collection status transitioned to current.
    • getPastDueAt

      public String getPastDueAt()
      When the collection status transitioned to past due.
    • getPausedAt

      public String getPausedAt()
      When the collection status transitioned to paused.
    • getUnpaidAt

      public String getUnpaidAt()
      When the collection status transitioned to unpaid.
    • setAwaitingCustomerActionAt

      public void setAwaitingCustomerActionAt(String awaitingCustomerActionAt)
      When the collection status transitioned to awaiting customer action.
    • setCurrentAt

      public void setCurrentAt(String currentAt)
      When the collection status transitioned to current.
    • setPastDueAt

      public void setPastDueAt(String pastDueAt)
      When the collection status transitioned to past due.
    • setPausedAt

      public void setPausedAt(String pausedAt)
      When the collection status transitioned to paused.
    • setUnpaidAt

      public void setUnpaidAt(String unpaidAt)
      When the collection status transitioned to unpaid.
    • 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