Class InvoiceLineItem.Parent.ScheduleDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceLineItem.Parent.ScheduleDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
InvoiceLineItem.Parent

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

    • ScheduleDetails

      public ScheduleDetails()
  • Method Details

    • getSchedule

      public String getSchedule()
      The subscription schedule that generated this line item.
    • setSchedule

      public void setSchedule(String schedule)
      The subscription schedule that generated this line item.
    • 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