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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Terminal.ReaderCollectInputsParams.Inputs.Selection{
  choices:
    [
      Stripe.Params.Terminal.ReaderCollectInputsParams.Inputs.Selection.Choices.t()
    ]
    | nil
}
```

* `choices` - List of choices for the `selection` input

---

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