getInvoiceLineItems

Retrieves all line items belonging to the specified invoice.

Return

A Pair where the first element is a InvoiceLineItemResponses.ListInvoiceLineItemsResponse containing the list on success, and the second element is a NetworkingError on failure.

Parameters

invoiceId

The unique identifier of the invoice whose line items to fetch.


Retrieves all line items belonging to the specified invoice, delivering the result via a callback.

Parameters

invoiceId

The unique identifier of the invoice whose line items to fetch.

completionHandler

Called on completion with a InvoiceLineItemResponses.ListInvoiceLineItemsResponse on success, or a NetworkingError on failure.