Stripe.Services.CreditNotePreviewLinesService (tiger_stripe v0.1.10)

Copy Markdown View Source

CreditNotePreviewLines API operations.

Summary

Functions

Retrieve a credit note preview's line items

Functions

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

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