Skip to content

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

Interface: ISellerPayoutPdf ​

Properties ​

account ​

ts
account: string;

Seller account name (the payee).


customerNumber ​

ts
customerNumber: string;

The seller's User.id, shown as "Customer number".


description ​

ts
description: string;

Free-text payout description; rendered as a "Description" section.


endDate ​

ts
endDate: string;

identifier ​

ts
identifier: string;

SellerPayout.id, shown as "Sequence number".


lineItems ​

ts
lineItems: ISellerPayoutLineItem[];

reference ​

ts
reference: string;

Payout number, e.g. SDS-SP-0001.


startDate ​

ts
startDate: string;

subtotalExcl ​

ts
subtotalExcl: number;

totalIncl ​

ts
totalIncl: number;

totalVat ​

ts
totalVat: number;

vatBreakdown ​

ts
vatBreakdown: ISellerPayoutVatBand[];