Invoice Line Item Endpoints
Defines the network endpoints used by InvoiceLineItemsAPI to manage invoice line items.
Each subclass represents a distinct API operation and supplies the correct endpointURL and httpMethod for that operation.
Inheritors
Types
Endpoint for creating a new line item on an invoice.
Endpoint for deleting a line item from an invoice.
Endpoint for retrieving a single line item by its identifier from an invoice.
Endpoint for retrieving all line items belonging to an invoice.
Endpoint for updating an existing line item on an invoice.
Properties
Optional extra HTTP headers to attach to the request (e.g. Accept: application/json). Defaults to empty. Applied after the standard Frame Authorization/User-Agent headers but before Content-Type (set on POST/PATCH), so an entry may override the former but not the latter. Prefer supplemental headers like Accept; don't rely on this to set auth headers.
The fully qualified URL string for this endpoint.
HTTP method, e.g. "GET", "POST", "DELETE".
Optional query-string parameters appended to endpointURL.