Model that describes an account-to-account transfer.
| Name | Type | Description |
|---|---|---|
| account_receiver | Account | Receiver account. |
| account_sender | Account | Sender account. |
| amount_received | Decimal | Received amount with up to 3 decimal places. |
| amount_sended | Decimal | Sent amount with up to 3 decimal places. |
| attached_user | User | User responsible for the transfer. |
| code | String | Transfer document code generated by the database. Maximum length is 50 characters. |
| date | Int64 | Account movement document date as Unix time in seconds. |
| deleted_mark | Boolean | Account movement document deletion mark. |
| description | String | Document note. Maximum length is 300 characters. |
| fields | Array of FieldValue | Custom field values. |
| firm | Firm | Company. |
| id | Int64 | Transfer document ID. |
| last_update | Int64 | Last update date as Unix time in seconds. |
| performed | Boolean | Indicates whether the transfer document is posted. |