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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Terminal.ReaderCollectInputsParams.Inputs.Selection.Choices{
    id: String.t() | nil,
    style: String.t() | nil,
    text: String.t() | nil
  }
```

* `id` - The unique identifier for this choice Max length: 50.
* `style` - The style of the button which will be shown for this choice. Can be `primary` or `secondary`. Possible values: `primary`, `secondary`.
* `text` - The text which will be shown on the button for this choice Max length: 30.

---

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