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
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setDefaultAllowedUpdates
(List<String> defaultAllowedUpdates) void
setEnabled
(Boolean enabled) void
void
setProrationBehavior
(String prorationBehavior) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SubscriptionUpdate
public SubscriptionUpdate()
-
-
Method Details