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