# `Stripe.Params.PaymentLinkUpdateParams.AfterCompletion`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_link_update_params.ex#L88)

Nested parameters.

# `t`

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

* `hosted_confirmation` - Configuration when `type=hosted_confirmation`.
* `redirect` - Configuration when `type=redirect`.
* `type` - The specified behavior after the purchase is complete. Either `redirect` or `hosted_confirmation`. Possible values: `hosted_confirmation`, `redirect`.

---

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