Package com.stripe.model
Class Quote.SubscriptionSchedule
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.SubscriptionSchedule
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote
For more details about SubscriptionSchedule, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about AppliesTo, 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 boolean
boolean
The subscription schedule that was created or updated from this quote.int
hashCode()
void
setAppliesTo
(Quote.SubscriptionSchedule.AppliesTo appliesTo) void
setSubscriptionSchedule
(String subscriptionSchedule) The subscription schedule that was created or updated from this quote.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SubscriptionSchedule
public SubscriptionSchedule()
-
-
Method Details
-
getAppliesTo
-
getSubscriptionSchedule
The subscription schedule that was created or updated from this quote. -
setAppliesTo
-
setSubscriptionSchedule
The subscription schedule that was created or updated from this quote. -
equals
-
canEqual
-
hashCode
public int hashCode()
-