Contains information about an invoice.

Hierarchy (View Summary)

Constructors

Properties

currency: CurrencyCode

The currency code of the invoice.

customerAddressData: InvoiceAddress

The address data to which the invoice gets sent. Contains information about the customer and the actual address.

date: Date

The date at which the invoice was created. Defaults to now.

dueDate: Date

The date at which the invoice has to be paid.

id: string

The uuid (universal unique identifier) of the entity.

items: InvoiceItem[]

The actual content of the invoice.

number: string

The unique invoice number for this invoice.

performanceDate: Date

The date at which the invoice items were/will be done.

textAfterItems: string[]

The text that is displayed after the invoice items. Is an array of strings that represent paragraphs.

textBeforeItems: string[]

The text that is displayed before the invoice items. Is an array of strings that represent paragraphs.