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

Nested struct within the parent resource.

# `t`

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

* `custom_message` - The custom message that is displayed to the customer after the purchase is complete. Max length: 5000. Nullable.

---

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