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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Terminal.Reader.Action.CollectInputs.Inputs.Toggles{
  default_value: String.t() | nil,
  description: String.t() | nil,
  title: String.t() | nil,
  value: String.t() | nil
}
```

* `default_value` - The toggle's default value. Can be `enabled` or `disabled`. Possible values: `disabled`, `enabled`. Nullable.
* `description` - The toggle's description text. Maximum 50 characters. Max length: 5000. Nullable.
* `title` - The toggle's title text. Maximum 50 characters. Max length: 5000. Nullable.
* `value` - The toggle's collected value. Can be `enabled` or `disabled`. Possible values: `disabled`, `enabled`. Nullable.

---

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