Invoice Line Item ​
Invoice Line Items represent the individual lines within an invoice and only exist within the context of an invoice.
Each line item is backed by either an invoice item or a subscription item.
Endpoints ​
Update an invoice's line item ​
- POST /v1/invoices/:id/lines/:id
Retrieve an invoice's line items ​
- GET /v1/invoices/:id/lines
Bulk add invoice line items ​
- POST /v1/invoices/:id/add_lines
Bulk remove invoice line items ​
- POST /v1/invoices/:id/remove_lines
Bulk update invoice line items ​
- POST /v1/invoices/:id/update_lines