Package com.stripe.model
Class InvoiceItem.Parent.ScheduleDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceItem.Parent.ScheduleDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceItem.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 invoice item.inthashCode()voidsetSchedule(String schedule) The subscription schedule that generated this invoice 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