Model that describes an account balance.
| Name | Type | Description |
|---|---|---|
| balance | Decimal | Account balance. |
| code | String | Account code. |
| currency | Currency | Account currency. |
| id | Int64 | Account ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| name | String | Account name. |