Model that describes opening partner balance documents.
| Name | Type | Description |
|---|---|---|
| code | String | Document code. |
| credit | Decimal | Credit amount value. |
| currency | Currency | Currency. |
| date | Int64 | Document date as Unix time in seconds. |
| debit | Decimal | Debit amount value. |
| deleted_mark | Boolean | Deletion mark. |
| exchange_rate | Decimal | Exchange rate relative to the base currency. |
| firm | Firm | Company. |
| id | Int64 | Document ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| partner | Partner | Partner. |
| performed | Boolean | Document posted flag. |