# `Stripe.Params.BillingPortal.SessionCreateParams.FlowData.AfterCompletion`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/billing_portal/session_create_params.ex#L62)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.BillingPortal.SessionCreateParams.FlowData.AfterCompletion{
    hosted_confirmation:
      Stripe.Params.BillingPortal.SessionCreateParams.FlowData.AfterCompletion.HostedConfirmation.t()
      | nil,
    redirect:
      Stripe.Params.BillingPortal.SessionCreateParams.FlowData.AfterCompletion.Redirect.t()
      | nil,
    type: String.t() | nil
  }
```

* `hosted_confirmation` - Configuration when `after_completion.type=hosted_confirmation`.
* `redirect` - Configuration when `after_completion.type=redirect`.
* `type` - The specified behavior after the flow is completed. Possible values: `hosted_confirmation`, `portal_homepage`, `redirect`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
