Skip to content

SudoSOS Back-end API / html/seller-payout.html / ISellerPayoutVatBand

Interface: ISellerPayoutVatBand ​

One row in the cover-page VAT 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 ​

IDocumentVatBand.excl


incl ​

ts
incl: number;

Sum of the incl-VAT amount across rows in this band, in euros.

Inherited from ​

IDocumentVatBand.incl


rate ​

ts
rate: number;

VAT percentage; 0 renders as "None" on the cover.

Inherited from ​

IDocumentVatBand.rate


vat ​

ts
vat: number;

Sum of the VAT amount across rows in this band, in euros.

Inherited from ​

IDocumentVatBand.vat