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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Terminal.Reader.Action.CollectInputs{
  inputs:
    [Stripe.Resources.Terminal.Reader.Action.CollectInputs.Inputs.t()] | nil,
  metadata: %{required(String.t()) =&gt; String.t()} | nil
}
```

* `inputs` - List of inputs to be collected.
* `metadata` - Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Nullable.

---

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