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

CreditNoteLineItem

The credit note line item object

# `list`

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

Retrieve a credit note's line items

When retrieving a credit note, you’ll get a **lines** property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.

---

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