GraphQL API
Organization API
Organization / Types/ object

InvoiceLineConnection

A paginated list of InvoiceLine edges.

Fields

2 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

idID!

Unique primary key.

invoiceInvoice!

Invoice this line belongs to.

descriptionString!

Description of the line

quantityFloat!

Quantity

pricePerUnitMoney!

Price per unit

periodStartAtDate

Period start

periodEndAtDate

Period end

createdAtDateTimeTz!

When the invoice line was created.

updatedAtDateTimeTz!

When the invoice line was last updated.

Billable resources linked to this line.

cursorString!

A unique cursor that can be used for pagination.