Class Discount.ServicePeriodDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Discount.ServicePeriodDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Discount

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

    • ServicePeriodDetails

      public ServicePeriodDetails()
  • Method Details

    • getServicePeriodAnchoredAt

      public Long getServicePeriodAnchoredAt()
      The date that the service period was anchored to.
    • getStartDate

      public Long getStartDate()
      The date that the service period started.
    • setServicePeriodAnchoredAt

      public void setServicePeriodAnchoredAt(Long servicePeriodAnchoredAt)
      The date that the service period was anchored to.
    • setStartDate

      public void setStartDate(Long startDate)
      The date that the service period started.
    • 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