# `Stripe.Resources.Terminal.Reader.Action.CollectInputs.Inputs.Text`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/terminal/reader.ex#L266)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Terminal.Reader.Action.CollectInputs.Inputs.Text{
  value: String.t() | nil
}
```

* `value` - The collected text value Max length: 5000. Nullable.

---

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