Class SubscriptionSchedule.CurrentPhase

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.CurrentPhase
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
SubscriptionSchedule

public static class SubscriptionSchedule.CurrentPhase extends StripeObject
  • Constructor Details

    • CurrentPhase

      public CurrentPhase()
  • Method Details

    • getEndDate

      public Long getEndDate()
      The end of this phase of the subscription schedule.
    • getStartDate

      public Long getStartDate()
      The start of this phase of the subscription schedule.
    • setEndDate

      public void setEndDate(Long endDate)
      The end of this phase of the subscription schedule.
    • setStartDate

      public void setStartDate(Long startDate)
      The start of this phase of the subscription schedule.
    • 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