Package com.stripe.param.v2.billing
Class IntentCreateParams.Action.Modify.PricingPlanSubscriptionDetails
java.lang.Object
com.stripe.param.v2.billing.IntentCreateParams.Action.Modify.PricingPlanSubscriptionDetails
- Enclosing class:
- IntentCreateParams.Action.Modify
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classQuantity of the component to be used. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanNew configurations for the components of the pricing plan.Map of extra parameters for custom features not available in this client library.The ID of the new Pricing Plan, if changing plans.The ID of the new Pricing Plan Version to use.Allows users to override the partial period behavior.Required. The ID of the Pricing Plan Subscription to modify.inthashCode()
-
Method Details
-
builder
-
getComponentConfigurations
public List<IntentCreateParams.Action.Modify.PricingPlanSubscriptionDetails.ComponentConfiguration> getComponentConfigurations()New configurations for the components of the pricing plan. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getNewPricingPlan
The ID of the new Pricing Plan, if changing plans. -
getNewPricingPlanVersion
The ID of the new Pricing Plan Version to use. -
getOverrides
Allows users to override the partial period behavior. -
getPricingPlanSubscription
Required. The ID of the Pricing Plan Subscription to modify. -
equals
-
canEqual
-
hashCode
public int hashCode()
-