SudoSOS Back-end API / html/invoice.html / IInvoiceVatBand
Interface: IInvoiceVatBand ​
One row in the cover-page BTW specification matrix (per-VAT-band totals).
Extends ​
Properties ​
excl ​
ts
excl: number;Sum of the excl-VAT amount across rows in this band, in euros.
Inherited from ​
incl ​
ts
incl: number;Sum of the incl-VAT amount across rows in this band, in euros.
Inherited from ​
rate ​
ts
rate: number;VAT percentage; 0 renders as "None" on the cover.
Inherited from ​
vat ​
ts
vat: number;Sum of the VAT amount across rows in this band, in euros.