Package com.stripe.model.v2.billing
Class IntentAction.Deactivate.PricingPlanSubscriptionDetails.Overrides
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Deactivate.PricingPlanSubscriptionDetails.Overrides
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- IntentAction.Deactivate.PricingPlanSubscriptionDetails
public static class IntentAction.Deactivate.PricingPlanSubscriptionDetails.Overrides
extends StripeObject
Allows users to override the partial period behavior.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about PartialPeriodBehavior, 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()voidsetPartialPeriodBehaviors(List<IntentAction.Deactivate.PricingPlanSubscriptionDetails.Overrides.PartialPeriodBehavior> partialPeriodBehaviors) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Overrides
public Overrides()
-
-
Method Details
-
getPartialPeriodBehaviors
public List<IntentAction.Deactivate.PricingPlanSubscriptionDetails.Overrides.PartialPeriodBehavior> getPartialPeriodBehaviors() -
setPartialPeriodBehaviors
public void setPartialPeriodBehaviors(List<IntentAction.Deactivate.PricingPlanSubscriptionDetails.Overrides.PartialPeriodBehavior> partialPeriodBehaviors) -
equals
-
canEqual
-
hashCode
public int hashCode()
-