# `Stripe.Resources.BillingPortal.Session.Flow.AfterCompletion`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing_portal/session.ex#L96)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.BillingPortal.Session.Flow.AfterCompletion{
  hosted_confirmation:
    Stripe.Resources.BillingPortal.Session.Flow.AfterCompletion.HostedConfirmation.t()
    | nil,
  redirect:
    Stripe.Resources.BillingPortal.Session.Flow.AfterCompletion.Redirect.t()
    | nil,
  type: String.t() | nil
}
```

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

---

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