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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentLink.CustomText{
  after_submit: Stripe.Resources.PaymentLink.CustomText.AfterSubmit.t() | nil,
  shipping_address:
    Stripe.Resources.PaymentLink.CustomText.ShippingAddress.t() | nil,
  submit: Stripe.Resources.PaymentLink.CustomText.Submit.t() | nil,
  terms_of_service_acceptance:
    Stripe.Resources.PaymentLink.CustomText.TermsOfServiceAcceptance.t() | nil
}
```

* `after_submit` - Custom text that should be displayed after the payment confirmation button. Nullable.
* `shipping_address` - Custom text that should be displayed alongside shipping address collection. Nullable.
* `submit` - Custom text that should be displayed alongside the payment confirmation button. Nullable.
* `terms_of_service_acceptance` - Custom text that should be displayed in place of the default terms of service agreement text. Nullable.

---

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