GraphQL API
Organization API
Organization / Types/ object

InvoiceEdge

An edge that contains a node of type Invoice and a cursor.

Fields

2 fields
idID!

Unique primary key.

numberString

Invoice number

referenceString

Order / invoice reference

Status of the invoice

ORDERDRAFTCONCEPTOPENPENDINGPAID
currencyString!

ISO 4217 currency code

valueString!

Amount

currencyString!

ISO 4217 currency code

valueString!

Amount

dueAtDate

Due at

sentAtDate

Sent at

createdAtDateTimeTz!

When the invoice was created.

updatedAtDateTimeTz!

When the invoice was last updated.

pageInfoPageInfo!

Pagination information about the list of edges.

A list of InvoiceLine edges.

cursorString!

A unique cursor that can be used for pagination.