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 class
For more details about Product, please refer to the API Reference.static class
For 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 boolean
boolean
int
hashCode()
void
setDefaultAllowedUpdates
(List<String> defaultAllowedUpdates) void
setEnabled
(Boolean enabled) void
void
setProrationBehavior
(String prorationBehavior) void
setScheduleAtPeriodEnd
(Configuration.Features.SubscriptionUpdate.ScheduleAtPeriodEnd scheduleAtPeriodEnd) 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
-
setDefaultAllowedUpdates
-
setEnabled
-
setProducts
-
setProrationBehavior
-
setScheduleAtPeriodEnd
public void setScheduleAtPeriodEnd(Configuration.Features.SubscriptionUpdate.ScheduleAtPeriodEnd scheduleAtPeriodEnd) -
equals
-
canEqual
-
hashCode
public int hashCode()
-