Wildberries API TypeScript SDK / <internal> / AccountBalanceResponse
Interface: AccountBalanceResponse
Defined in: types/finances.types.ts:11
Response from the balance endpoint
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="currency"></a> currency? | string | Валюта (currency code) | types/finances.types.ts:13 |
<a id="current"></a> current? | number | Текущий баланс | types/finances.types.ts:15 |
<a id="for_withdraw"></a> for_withdraw? | number | Доступно для вывода | types/finances.types.ts:17 |