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

PaymentLinkLineItem API operations.

# `list_line_items`

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

Retrieve a payment link's line items

When retrieving a payment link, there is an includable **line_items** 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*
