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.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe subscription schedule that generated this line item.inthashCode()voidsetSchedule(String schedule) The subscription schedule that generated this line item.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