Package com.stripe.model
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
For more details about ScheduleDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about ProrationDetails, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe invoice item that generated this line item.Whether this is a proration.Additional details for proration line items.The subscription schedule that generated this line item.The subscription that the schedule belongs to.inthashCode()voidsetInvoiceItem(String invoiceItem) The invoice item that generated this line item.voidsetProration(Boolean proration) Whether this is a proration.voidsetProrationDetails(InvoiceLineItem.Parent.ScheduleDetails.ProrationDetails prorationDetails) Additional details for proration line items.voidsetSchedule(String schedule) The subscription schedule that generated this line item.voidsetSubscription(String subscription) The subscription that the schedule belongs to.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ScheduleDetails
public ScheduleDetails()
-
-
Method Details
-
getInvoiceItem
The invoice item that generated this line item. -
getProration
Whether this is a proration. -
getProrationDetails
Additional details for proration line items. -
getSchedule
The subscription schedule that generated this line item. -
getSubscription
The subscription that the schedule belongs to. -
setInvoiceItem
The invoice item that generated this line item. -
setProration
Whether this is a proration. -
setProrationDetails
public void setProrationDetails(InvoiceLineItem.Parent.ScheduleDetails.ProrationDetails prorationDetails) Additional details for proration line items. -
setSchedule
The subscription schedule that generated this line item. -
setSubscription
The subscription that the schedule belongs to. -
equals
-
canEqual
-
hashCode
public int hashCode()
-