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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Terminal.Reader.Action.SetReaderDisplay.Cart.LineItems{
  amount: integer() | nil,
  description: String.t() | nil,
  quantity: integer() | nil
}
```

* `amount` - The amount of the line item. A positive integer in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).
* `description` - Description of the line item. Max length: 5000.
* `quantity` - The quantity of the line item.

---

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