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