Class SubscriptionItemUpdateParams.Builder
- java.lang.Object
-
- com.stripe.param.SubscriptionItemUpdateParams.Builder
-
- Enclosing class:
- SubscriptionItemUpdateParams
public static class SubscriptionItemUpdateParams.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubscriptionItemUpdateParams.BuilderaddAllExpand(java.util.List<java.lang.String> elements)Add all elements to `expand` list.SubscriptionItemUpdateParams.BuilderaddAllTaxRate(java.util.List<java.lang.String> elements)Add all elements to `taxRates` list.SubscriptionItemUpdateParams.BuilderaddExpand(java.lang.String element)Add an element to `expand` list.SubscriptionItemUpdateParams.BuilderaddTaxRate(java.lang.String element)Add an element to `taxRates` list.SubscriptionItemUpdateParamsbuild()Finalize and obtain parameter instance from this builder.SubscriptionItemUpdateParams.BuilderputAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)Add all map key/value pairs to `extraParams` map.SubscriptionItemUpdateParams.BuilderputAllMetadata(java.util.Map<java.lang.String,java.lang.String> map)Add all map key/value pairs to `metadata` map.SubscriptionItemUpdateParams.BuilderputExtraParam(java.lang.String key, java.lang.Object value)Add a key/value pair to `extraParams` map.SubscriptionItemUpdateParams.BuilderputMetadata(java.lang.String key, java.lang.String value)Add a key/value pair to `metadata` map.SubscriptionItemUpdateParams.BuildersetBillingThresholds(EmptyParam billingThresholds)Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period.SubscriptionItemUpdateParams.BuildersetBillingThresholds(SubscriptionItemUpdateParams.BillingThresholds billingThresholds)Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period.SubscriptionItemUpdateParams.BuildersetMetadata(EmptyParam metadata)Set of key-value pairs that you can attach to an object.SubscriptionItemUpdateParams.BuildersetMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)Set of key-value pairs that you can attach to an object.SubscriptionItemUpdateParams.BuildersetOffSession(java.lang.Boolean offSession)Indicates if a customer is on or off-session while an invoice payment is attempted.SubscriptionItemUpdateParams.BuildersetPaymentBehavior(SubscriptionItemUpdateParams.PaymentBehavior paymentBehavior)Useallow_incompleteto transition the subscription tostatus=past_dueif a payment is required but cannot be paid.SubscriptionItemUpdateParams.BuildersetPlan(EmptyParam plan)The identifier of the new plan for this subscription item.SubscriptionItemUpdateParams.BuildersetPlan(java.lang.String plan)The identifier of the new plan for this subscription item.SubscriptionItemUpdateParams.BuildersetPrice(EmptyParam price)The ID of the price object.SubscriptionItemUpdateParams.BuildersetPrice(java.lang.String price)The ID of the price object.SubscriptionItemUpdateParams.BuildersetPriceData(SubscriptionItemUpdateParams.PriceData priceData)Data used to generate a new Price object inline.SubscriptionItemUpdateParams.BuildersetProrationBehavior(SubscriptionItemUpdateParams.ProrationBehavior prorationBehavior)Determines how to handle prorations when the billing cycle changes (e.g., when switching plans, resettingbilling_cycle_anchor=now, or starting a trial), or if an item'squantitychanges.SubscriptionItemUpdateParams.BuildersetProrationDate(java.lang.Long prorationDate)If set, the proration will be calculated as though the subscription was updated at the given time.SubscriptionItemUpdateParams.BuildersetQuantity(java.lang.Long quantity)The quantity you'd like to apply to the subscription item you're creating.SubscriptionItemUpdateParams.BuildersetTaxRates(EmptyParam taxRates)A list of Tax Rate ids.SubscriptionItemUpdateParams.BuildersetTaxRates(java.util.List<java.lang.String> taxRates)A list of Tax Rate ids.
-
-
-
Method Detail
-
build
public SubscriptionItemUpdateParams build()
Finalize and obtain parameter instance from this builder.
-
setBillingThresholds
public SubscriptionItemUpdateParams.Builder setBillingThresholds(SubscriptionItemUpdateParams.BillingThresholds billingThresholds)
Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. When updating, pass an empty string to remove previously-defined thresholds.
-
setBillingThresholds
public SubscriptionItemUpdateParams.Builder setBillingThresholds(EmptyParam billingThresholds)
Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. When updating, pass an empty string to remove previously-defined thresholds.
-
addExpand
public SubscriptionItemUpdateParams.Builder addExpand(java.lang.String element)
Add an element to `expand` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeSubscriptionItemUpdateParams.expandfor the field documentation.
-
addAllExpand
public SubscriptionItemUpdateParams.Builder addAllExpand(java.util.List<java.lang.String> elements)
Add all elements to `expand` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeSubscriptionItemUpdateParams.expandfor the field documentation.
-
putExtraParam
public SubscriptionItemUpdateParams.Builder putExtraParam(java.lang.String key, java.lang.Object value)
Add a key/value pair 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. SeeSubscriptionItemUpdateParams.extraParamsfor the field documentation.
-
putAllExtraParam
public SubscriptionItemUpdateParams.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
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. SeeSubscriptionItemUpdateParams.extraParamsfor the field documentation.
-
putMetadata
public SubscriptionItemUpdateParams.Builder putMetadata(java.lang.String key, java.lang.String value)
Add a key/value pair to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeSubscriptionItemUpdateParams.metadatafor the field documentation.
-
putAllMetadata
public SubscriptionItemUpdateParams.Builder putAllMetadata(java.util.Map<java.lang.String,java.lang.String> map)
Add all map key/value pairs to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeSubscriptionItemUpdateParams.metadatafor the field documentation.
-
setMetadata
public SubscriptionItemUpdateParams.Builder setMetadata(EmptyParam metadata)
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.
-
setMetadata
public SubscriptionItemUpdateParams.Builder setMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
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.
-
setOffSession
public SubscriptionItemUpdateParams.Builder setOffSession(java.lang.Boolean offSession)
Indicates if a customer is on or off-session while an invoice payment is attempted.
-
setPaymentBehavior
public SubscriptionItemUpdateParams.Builder setPaymentBehavior(SubscriptionItemUpdateParams.PaymentBehavior paymentBehavior)
Useallow_incompleteto transition the subscription tostatus=past_dueif a payment is required but cannot be paid. This allows you to manage scenarios where additional user actions are needed to pay a subscription's invoice. For example, SCA regulation may require 3DS authentication to complete payment. See the SCA Migration Guide for Billing to learn more. This is the default behavior.Use
default_incompleteto transition the subscription tostatus=past_duewhen payment is required and await explicit confirmation of the invoice's payment intent. This allows simpler management of scenarios where additional user actions are needed to pay a subscription’s invoice. Such as failed payments, SCA regulation, or collecting a mandate for a bank debit payment method.Use
pending_if_incompleteto update the subscription using pending updates. When you usepending_if_incompleteyou can only pass the parameters supported by pending updates.Use
error_if_incompleteif you want Stripe to return an HTTP 402 status code if a subscription's invoice cannot be paid. For example, if a payment method requires 3DS authentication due to SCA regulation and further user action is needed, this parameter does not update the subscription and returns an error instead. This was the default behavior for API versions prior to 2019-03-14. See the changelog to learn more.
-
setPlan
public SubscriptionItemUpdateParams.Builder setPlan(java.lang.String plan)
The identifier of the new plan for this subscription item.
-
setPlan
public SubscriptionItemUpdateParams.Builder setPlan(EmptyParam plan)
The identifier of the new plan for this subscription item.
-
setPrice
public SubscriptionItemUpdateParams.Builder setPrice(java.lang.String price)
The ID of the price object.
-
setPrice
public SubscriptionItemUpdateParams.Builder setPrice(EmptyParam price)
The ID of the price object.
-
setPriceData
public SubscriptionItemUpdateParams.Builder setPriceData(SubscriptionItemUpdateParams.PriceData priceData)
Data used to generate a new Price object inline.
-
setProrationBehavior
public SubscriptionItemUpdateParams.Builder setProrationBehavior(SubscriptionItemUpdateParams.ProrationBehavior prorationBehavior)
Determines how to handle prorations when the billing cycle changes (e.g., when switching plans, resettingbilling_cycle_anchor=now, or starting a trial), or if an item'squantitychanges. Valid values arecreate_prorations,none, oralways_invoice.Passing
create_prorationswill cause proration invoice items to be created when applicable. These proration items will only be invoiced immediately under certain conditions. In order to always invoice immediately for prorations, passalways_invoice.Prorations can be disabled by passing
none.
-
setProrationDate
public SubscriptionItemUpdateParams.Builder setProrationDate(java.lang.Long prorationDate)
If set, the proration will be calculated as though the subscription was updated at the given time. This can be used to apply the same proration that was previewed with the upcoming invoice endpoint.
-
setQuantity
public SubscriptionItemUpdateParams.Builder setQuantity(java.lang.Long quantity)
The quantity you'd like to apply to the subscription item you're creating.
-
addTaxRate
public SubscriptionItemUpdateParams.Builder addTaxRate(java.lang.String element)
Add an element to `taxRates` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeSubscriptionItemUpdateParams.taxRatesfor the field documentation.
-
addAllTaxRate
public SubscriptionItemUpdateParams.Builder addAllTaxRate(java.util.List<java.lang.String> elements)
Add all elements to `taxRates` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeSubscriptionItemUpdateParams.taxRatesfor the field documentation.
-
setTaxRates
public SubscriptionItemUpdateParams.Builder setTaxRates(EmptyParam taxRates)
A list of Tax Rate ids. These Tax Rates will override thedefault_tax_rateson the Subscription. When updating, pass an empty string to remove previously-defined tax rates.
-
setTaxRates
public SubscriptionItemUpdateParams.Builder setTaxRates(java.util.List<java.lang.String> taxRates)
A list of Tax Rate ids. These Tax Rates will override thedefault_tax_rateson the Subscription. When updating, pass an empty string to remove previously-defined tax rates.
-
-