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 ​
excl ​
ts
excl: number;Per-row excl-VAT amount in euros.
Inherited from ​
incl ​
ts
incl: number;Per-row incl-VAT amount in euros.
Inherited from ​
qty ​
ts
qty: number;Inherited from ​
rate ​
ts
rate: number;VAT percentage; 0 renders as "None".
Inherited from ​
vat ​
ts
vat: number;Per-row VAT amount in euros.