Invoice Line Items API
Provides coroutine-based and callback-based methods for managing invoice line items.
Each operation returns or delivers a pair of a nullable result and a nullable NetworkingError. Exactly one of the two will be non-null on completion.
Functions
Creates a new line item on the specified invoice.
Creates a new line item on the specified invoice, delivering the result via a callback.
Deletes a line item from the specified invoice.
Deletes a line item from the specified invoice, delivering the result via a callback.
Retrieves all line items belonging to the specified invoice.
Retrieves all line items belonging to the specified invoice, delivering the result via a callback.
Retrieves a single line item by its identifier from the specified invoice.
Retrieves a single line item by its identifier from the specified invoice, delivering the result via a callback.
Updates an existing line item on the specified invoice.
Updates an existing line item on the specified invoice, delivering the result via a callback.