Wildberries API TypeScript SDK / <internal> / DeductionsResponse
Interface: DeductionsResponse
Defined in: types/reports.types.ts:893
Response for getDeductions
See
EPIC 44 - Response type for getDeductions
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="data"></a> data? | { reports?: DeductionItem[]; total?: number; } | types/reports.types.ts:894 |
data.reports? | DeductionItem[] | types/reports.types.ts:895 |
data.total? | number | types/reports.types.ts:896 |