Partner reconciliation statement model.
| Name | Type | Description |
|---|---|---|
| credit | Decimal | Credit amount. |
| currency | Currency | Currency. |
| currency_amount | Decimal | Currency balance on the reconciliation statement date. |
| date | Int64 | Statement row date as Unix time. |
| debit | Decimal | Debit amount. |
| document_code | String | Document code. |
| document_id | Int64 | Document ID. |
| document_type | DocumentType | Document type. |
| exchange_rate | Decimal | Exchange rate. |
| firm | Firm | Firm. |
| id | Int64 | Statement row ID. |
| start_amount | Decimal | Opening balance amount. |