Package com.stripe.model.billingportal
Class Configuration.Features.SubscriptionUpdate
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Configuration.Features.SubscriptionUpdate
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration.Features
For more details about SubscriptionUpdate, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Product, please refer to the API Reference.static classFor more details about ScheduleAtPeriodEnd, 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 booleanbooleaninthashCode()voidsetDefaultAllowedUpdates(List<String> defaultAllowedUpdates) voidsetEnabled(Boolean enabled) voidvoidsetProrationBehavior(String prorationBehavior) voidsetScheduleAtPeriodEnd(Configuration.Features.SubscriptionUpdate.ScheduleAtPeriodEnd scheduleAtPeriodEnd) voidsetTrialUpdateBehavior(String trialUpdateBehavior) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SubscriptionUpdate
public SubscriptionUpdate()
-
-
Method Details
-
getDefaultAllowedUpdates
-
getEnabled
-
getProducts
-
getProrationBehavior
-
getScheduleAtPeriodEnd
-
getTrialUpdateBehavior
-
setDefaultAllowedUpdates
-
setEnabled
-
setProducts
-
setProrationBehavior
-
setScheduleAtPeriodEnd
public void setScheduleAtPeriodEnd(Configuration.Features.SubscriptionUpdate.ScheduleAtPeriodEnd scheduleAtPeriodEnd) -
setTrialUpdateBehavior
-
equals
-
canEqual
-
hashCode
public int hashCode()
-