# `Stripe.Resources.Checkout.Session.CustomText`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/checkout/session.ex#L617)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Checkout.Session.CustomText{
  after_submit:
    Stripe.Resources.Checkout.Session.CustomText.AfterSubmit.t() | nil,
  shipping_address:
    Stripe.Resources.Checkout.Session.CustomText.ShippingAddress.t() | nil,
  submit: Stripe.Resources.Checkout.Session.CustomText.Submit.t() | nil,
  terms_of_service_acceptance:
    Stripe.Resources.Checkout.Session.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*
