Package com.stripe.param
Class SubscriptionScheduleAmendParams.Amendment.ItemAction.Add
java.lang.Object
com.stripe.param.SubscriptionScheduleAmendParams.Amendment.ItemAction.Add
- Enclosing class:
- SubscriptionScheduleAmendParams.Amendment.ItemAction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classRequired. The number of intervals, as an whole number greater than 0. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe discounts applied to the item.Map of extra parameters for custom features not available in this client library.Set of key-value pairs that you can attach to an object.getPrice()Required. The ID of the price object.Quantity for this item.The tax rates that apply to this subscription item.getTrial()Options that configure the trial on the subscription item.inthashCode()
-
Method Details
-
builder
-
getDiscounts
The discounts applied to the item. Subscription item discounts are applied before subscription discounts. -
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. -
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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value tometadata. -
getPrice
Required. The ID of the price object. -
getQuantity
Quantity for this item. -
getTaxRates
The tax rates that apply to this subscription item. When set, thedefault_tax_rateson the subscription do not apply to thissubscription_item. -
getTrial
Options that configure the trial on the subscription item. -
equals
-
canEqual
-
hashCode
public int hashCode()
-