Wildberries API TypeScript SDK / <internal> / GetDoc
Interface: GetDoc
Defined in: types/finances.types.ts:51
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | { fileName?: string; extension?: string; document?: string; } | - | types/finances.types.ts:52 |
data.fileName? | string | Название документа | types/finances.types.ts:54 |
data.extension? | string | Формат документа | types/finances.types.ts:56 |
data.document? | string | Документ в кодировке base64 | types/finances.types.ts:58 |