Package com.stripe.param.billingportal
Class SessionCreateParams.FlowData
java.lang.Object
com.stripe.param.billingportal.SessionCreateParams.FlowData
- Enclosing class:
- SessionCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Add all map key/value pairs to `extraParams` map.static class
Required. The ID of the subscription to be updated.static enum
Quantity for this item that the customer should subscribe to through this flow. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Behavior after the flow is completed.Map of extra parameters for custom features not available in this client library.Configuration whenflow_data.type=subscription_cancel
.Configuration whenflow_data.type=subscription_update
.Configuration whenflow_data.type=subscription_update_confirm
.getType()
Required. Type of flow that the customer will go through.
-
Method Details
-
builder
-
getAfterCompletion
Behavior after the flow is completed. -
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. -
getSubscriptionCancel
Configuration whenflow_data.type=subscription_cancel
. -
getSubscriptionUpdate
Configuration whenflow_data.type=subscription_update
. -
getSubscriptionUpdateConfirm
Configuration whenflow_data.type=subscription_update_confirm
. -
getType
Required. Type of flow that the customer will go through.
-