Model that describes aggregated payment documents.
| Name | Type | Description |
|---|---|---|
| amount | Decimal | Payment total with up to 3 decimal places. |
| code | String | Document code generated by the database. Maximum length is 50 characters. |
| date | Int64 | Document date as Unix time in seconds. |
| firm | Firm | Company. |
| id | Int64 | Aggregated payment document ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| performed | Boolean | Indicates that the document is posted. |
| type | PaymentType | Payment method. |