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

Nested struct within the parent resource.

# `t`

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

* `id` - The identifier for the selected choice. Maximum 50 characters. Max length: 5000. Nullable.
* `style` - The button style for the choice. Can be `primary` or `secondary`. Possible values: `primary`, `secondary`. Nullable.
* `text` - The text to be selected. Maximum 30 characters. Max length: 5000.

---

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