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

    • getInvoiceItem

      public String getInvoiceItem()
      The invoice item that generated this line item.
    • getProration

      public Boolean getProration()
      Whether this is a proration.
    • getProrationDetails

      Additional details for proration line items.
    • getSchedule

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

      public String getSubscription()
      The subscription that the schedule belongs to.
    • setInvoiceItem

      public void setInvoiceItem(String invoiceItem)
      The invoice item that generated this line item.
    • setProration

      public void setProration(Boolean proration)
      Whether this is a proration.
    • setProrationDetails

      public void setProrationDetails(InvoiceLineItem.Parent.ScheduleDetails.ProrationDetails prorationDetails)
      Additional details for proration line items.
    • setSchedule

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

      public void setSubscription(String subscription)
      The subscription that the schedule belongs to.
    • 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