Package com.stripe.model
Class Invoice.Parent.ScheduleDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.Parent.ScheduleDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice.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.Get ID of expandablesubscriptionobject.Get expandedsubscription.inthashCode()voidsetSchedule(String schedule) The schedule that generated this invoice.voidvoidsetSubscriptionObject(Subscription expandableObject) 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
-
getSubscription
Get ID of expandablesubscriptionobject. -
setSubscription
-
getSubscriptionObject
Get expandedsubscription. -
setSubscriptionObject
-
getSchedule
The schedule that generated this invoice. -
setSchedule
The schedule that generated this invoice. -
equals
-
canEqual
-
hashCode
public int hashCode()
-