# `Stripe.Params.Terminal.ReaderCollectInputsParams.Inputs.CustomText`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/terminal/reader_collect_inputs_params.ex#L37)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Terminal.ReaderCollectInputsParams.Inputs.CustomText{
  description: String.t() | nil,
  skip_button: String.t() | nil,
  submit_button: String.t() | nil,
  title: String.t() | nil
}
```

* `description` - The description which will be displayed when collecting this input Max length: 500.
* `skip_button` - Custom text for the skip button. Maximum 14 characters. Max length: 14.
* `submit_button` - Custom text for the submit button. Maximum 30 characters. Max length: 30.
* `title` - The title which will be displayed when collecting this input Max length: 40.

---

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