# `Stripe.Params.Checkout.SessionCreateParams.CustomText`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/checkout/session_create_params.ex#L496)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.CustomText{
  after_submit: map() | nil,
  shipping_address: map() | nil,
  submit: map() | nil,
  terms_of_service_acceptance: map() | nil
}
```

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

---

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