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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Terminal.Reader.Action.SetReaderDisplay{
  cart: Stripe.Resources.Terminal.Reader.Action.SetReaderDisplay.Cart.t() | nil,
  type: String.t() | nil
}
```

* `cart` - Cart object to be displayed by the reader, including line items, amounts, and currency. Nullable.
* `type` - Type of information to be displayed by the reader. Only `cart` is currently supported. Possible values: `cart`.

---

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