Skip to content

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

Interface: ISellerPayoutLineItem ​

One line item: a product sold in the payout period.

Extends ​

Properties ​

description ​

ts
description: string;

Inherited from ​

IDocumentLineItem.description


excl ​

ts
excl: number;

Per-row excl-VAT amount in euros.

Inherited from ​

IDocumentLineItem.excl


incl ​

ts
incl: number;

Per-row incl-VAT amount in euros.

Inherited from ​

IDocumentLineItem.incl


qty ​

ts
qty: number;

Inherited from ​

IDocumentLineItem.qty


rate ​

ts
rate: number;

VAT percentage; 0 renders as "None".

Inherited from ​

IDocumentLineItem.rate


vat ​

ts
vat: number;

Per-row VAT amount in euros.

Inherited from ​

IDocumentLineItem.vat