Class InvoiceLineItemPeriod

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceLineItemPeriod
All Implemented Interfaces:
StripeObjectInterface

public class InvoiceLineItemPeriod extends StripeObject
  • Constructor Details

    • InvoiceLineItemPeriod

      public InvoiceLineItemPeriod()
  • Method Details

    • getEnd

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

      public Long getStart()
      The start of the period.
    • setEnd

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

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