Stripe.Services.CreditNoteLineItemService (tiger_stripe v0.1.10)

Copy Markdown View Source

CreditNoteLineItem

The credit note line item object

Summary

Functions

list(client, credit_note, params \\ %{}, opts \\ [])

@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.