Class InvoiceItem.Period

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceItem.Period
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
InvoiceItem

public static class InvoiceItem.Period extends StripeObject
  • Constructor Details

    • Period

      public Period()
  • Method Details

    • getEnd

      public Long getEnd()
      The end of the period, which must be greater than or equal to the start. This value is inclusive.
    • getStart

      public Long getStart()
      The start of the period. This value is inclusive.
    • setEnd

      public void setEnd(Long end)
      The end of the period, which must be greater than or equal to the start. This value is inclusive.
    • setStart

      public void setStart(Long start)
      The start of the period. This value is inclusive.
    • 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