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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentLink.CustomText.AfterSubmit{
  message: String.t() | nil
}
```

* `message` - Text can be up to 1200 characters in length. Max length: 1200.

---

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