Package com.stripe.model
Class Subscription.TrialSettings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.TrialSettings
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Subscription
Configures how this subscription behaves during the trial period.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Defines how a subscription behaves when a free trial ends. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Defines how a subscription behaves when a free trial ends.int
hashCode()
void
setEndBehavior
(Subscription.TrialSettings.EndBehavior endBehavior) Defines how a subscription behaves when a free trial ends.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TrialSettings
public TrialSettings()
-
-
Method Details