# `Stripe.Services.QuoteComputedUpfrontLineItemsService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/quote_computed_upfront_line_items_service.ex#L2)

QuoteComputedUpfrontLineItems API operations.

# `list_computed_upfront_line_items`

```elixir
@spec list_computed_upfront_line_items(
  Stripe.Client.t(),
  String.t(),
  map(),
  keyword()
) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

Retrieve a quote's upfront line items

When retrieving a quote, there is an includable [**computed.upfront.line_items**](https://stripe.com/docs/api/quotes/object#quote_object-computed-upfront-line_items) property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of upfront line items.

---

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