# `Stripe.Params.Terminal.ReaderSetReaderDisplayParams.Cart.LineItems`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/terminal/reader_set_reader_display_params.ex#L35)

Nested parameters.

# `t`

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

* `amount` - The price of the item in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).
* `description` - The description or name of the item. Max length: 5000.
* `quantity` - The quantity of the line item being purchased.

---

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