Package com.stripe.param.billingportal
Class SessionCreateParams.FlowData.SubscriptionUpdateConfirm
java.lang.Object
com.stripe.param.billingportal.SessionCreateParams.FlowData.SubscriptionUpdateConfirm
- Enclosing class:
- SessionCreateParams.FlowData
Required. The ID of the subscription to be updated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
The ID of a promotion code to apply to this subscription update. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The coupon or promotion code to apply to this subscription update.Map of extra parameters for custom features not available in this client library.getItems()
Required. The subscription item to be updated through this flow.Required. The ID of the subscription to be updated.
-
Method Details
-
builder
-
getDiscounts
The coupon or promotion code to apply to this subscription update. Currently, only up to one may be specified. -
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@SerializedName
value. 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. The subscription item to be updated through this flow. Currently, only up to one may be specified and subscriptions with multiple items are not updatable. -
getSubscription
Required. The ID of the subscription to be updated.
-