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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Terminal.Reader.Action.CollectInputs.Inputs.Selection{
  choices:
    [
      Stripe.Resources.Terminal.Reader.Action.CollectInputs.Inputs.Selection.Choices.t()
    ]
    | nil,
  id: String.t() | nil,
  text: String.t() | nil
}
```

* `choices` - List of possible choices to be selected
* `id` - The id of the selected choice Max length: 5000. Nullable.
* `text` - The text of the selected choice Max length: 5000. Nullable.

---

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