Skip to content

SudoSOS Back-end API / html/document.html / IDocumentLineItem

Interface: IDocumentLineItem ​

One row in the line-items page.

Extended by ​

Properties ​

description ​

ts
description: string;

excl ​

ts
excl: number;

Per-row excl-VAT amount in euros.


incl ​

ts
incl: number;

Per-row incl-VAT amount in euros.


qty ​

ts
qty: number;

rate ​

ts
rate: number;

VAT percentage; 0 renders as "None".


vat ​

ts
vat: number;

Per-row VAT amount in euros.