Contains information about a single item of an invoice.

Constructors

Properties

Constructors

Properties

amount: number

The amount of the item.

amountUnit: AmountUnit

The unit, eg. Pieces or meter. Is either a free string or an object containing a display name and a code. (This is required for factur-x/x-rechnung conformance).

name: string

The name of the item.

price: number

The price of the item.

vat: Vat

The tax on the item. Is either a percentage number (eg. 20 means 20%) or an object containing a percentage number and a code. (This is required for factur-x/x-rechnung conformance).