Package com.stripe.param.v2.billing
Class IntentCreateParams.Action.Subscribe.V1SubscriptionDetails
java.lang.Object
com.stripe.param.v2.billing.IntentCreateParams.Action.Subscribe.V1SubscriptionDetails
- Enclosing class:
- IntentCreateParams.Action.Subscribe
Add all map key/value pairs to `extraParams` map. A map is initialized for the
first `put/putAll` call, and subsequent calls add additional key/value pairs to
the original map. See
IntentCreateParams.Action.Subscribe.PricingPlanSubscriptionDetails.Overrides.PartialPeriodBehavior.LicenseFee.extraParams
for the field documentation.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe subscription’s description, meant to be displayable to the customer.Map of extra parameters for custom features not available in this client library.getItems()Required. A list of up to 20 subscription items, each with an attached price.Set of key-value pairs that you can attach to an object.inthashCode()
-
Method Details
-
builder
-
getDescription
The subscription’s description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs. -
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. -
getItems
Required. A list of up to 20 subscription items, each with an attached price. -
getMetadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. -
equals
-
canEqual
-
hashCode
public int hashCode()
-