Package com.stripe.model.billingportal
Class Configuration.Features.SubscriptionCancel
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Configuration.Features.SubscriptionCancel
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Configuration.Features
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getMode()
int
hashCode()
void
setCancellationReason
(Configuration.Features.SubscriptionCancel.CancellationReason cancellationReason) 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
-
SubscriptionCancel
public SubscriptionCancel()
-
-
Method Details
-
getCancellationReason
-
getEnabled
-
getMode
-
getProrationBehavior
-
setCancellationReason
public void setCancellationReason(Configuration.Features.SubscriptionCancel.CancellationReason cancellationReason) -
setEnabled
-
setMode
-
setProrationBehavior
-
equals
-
canEqual
-
hashCode
public int hashCode()
-