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

CreditNotePreviewLines API operations.

# `preview_lines`

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

Retrieve a credit note preview's line items

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

---

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