Package com.stripe.param.billingportal
Class SessionCreateParams.FlowData.AfterCompletion
java.lang.Object
com.stripe.param.billingportal.SessionCreateParams.FlowData.AfterCompletion
- Enclosing class:
- SessionCreateParams.FlowData
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
Add all map key/value pairs to `extraParams` map.static enum
Required. The URL the customer will be redirected to after the flow is completed. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Map of extra parameters for custom features not available in this client library.Configuration whenafter_completion.type=hosted_confirmation
.Configuration whenafter_completion.type=redirect
.getType()
Required. The specified behavior after the flow is completed.
-
Method Details
-
builder
-
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. -
getHostedConfirmation
Configuration whenafter_completion.type=hosted_confirmation
. -
getRedirect
Configuration whenafter_completion.type=redirect
. -
getType
Required. The specified behavior after the flow is completed.
-