GraphQL API
Organization API
Organization / Types/ object

InvoiceEdge

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

Fields

2 fields
cursorString!

A unique cursor that can be used for pagination.

createdAtDateTimeTz!

When the invoice was created.

dueAtDate

Due at

idID!

Unique primary key.

A list of InvoiceLine edges.

pageInfoPageInfo!

Pagination information about the list of edges.

numberString

Invoice number

referenceString

Order / invoice reference

sentAtDate

Sent at

Status of the invoice

CONCEPTDRAFTOPENORDERPAIDPENDING
currencyString!

ISO 4217 currency code

valueString!

Amount

currencyString!

ISO 4217 currency code

valueString!

Amount

updatedAtDateTimeTz!

When the invoice was last updated.