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

Nested struct within the parent resource.

# `t`

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

* `url` - The URL the customer will be redirected to after the purchase is complete. Max length: 5000.

---

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