# `Stripe.Resources.PaymentLink.AfterCompletion`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_link.ex#L152)

Nested struct within the parent resource.

# `t`

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

* `hosted_confirmation`
* `redirect`
* `type` - The specified behavior after the purchase is complete. Possible values: `hosted_confirmation`, `redirect`.

---

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