Package com.stripe.param.v2.billing
Class IntentCreateParams.Action.Modify
java.lang.Object
com.stripe.param.v2.billing.IntentCreateParams.Action.Modify
- Enclosing class:
- IntentCreateParams.Action
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumAdd all map key/value pairs to `extraParams` map.static classstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanAllows users to override the collect at behavior.When the modify action will take effect.Map of extra parameters for custom features not available in this client library.Required. Details for modifying a pricing plan subscription.getType()Required. Type of the action details.inthashCode()
-
Method Details
-
builder
-
getCollectAt
Allows users to override the collect at behavior. -
getEffectiveAt
When the modify action will take effect. If not specified, the default behavior is on_reserve. -
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. -
getPricingPlanSubscriptionDetails
public IntentCreateParams.Action.Modify.PricingPlanSubscriptionDetails getPricingPlanSubscriptionDetails()Required. Details for modifying a pricing plan subscription. -
getType
Required. Type of the action details. -
equals
-
canEqual
-
hashCode
public int hashCode()
-