Skip to main content
currency
string | null
required
createdAt
string<date-time>
required
customer
object
required
memo
string | null
handle
string | null

Unique invoice number.

status
enum<string>
Available options:
draft,
booked
id
string<uuid>
date
string<date>
dueDate
string<date> | null
updatedAt
string<date-time> | null
items
object[] | null
settlements
object[] | null
totalExclVat
integer<int64>
totalVat
integer<int64>
totalInclVat
integer<int64>
totalDue
integer<int64>
type
enum<string>
Available options:
invoice,
credit_note
settlementStatus
enum<string>
Available options:
settled,
over_settled,
under_settled,
not_settled