# Cash Transfer

| Field                | Value                                                                                       | Type                                                                                                                                                           |
| -------------------- | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **account**          | Unique code of the account                                                                  | [Account code](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **version**          | Numeric version of the account                                                              | [Number](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required**       |
| **transferCode**     | Unique code of a transfer. Can be absent if this transfer is originated from a trade        | String, *optional*                                                                                                                                             |
| **comment**          | Transfer comment, if present                                                                | String, *optional*                                                                                                                                             |
| **transactionTime**  | Timestamp in UTC of this transfer                                                           | Date, **required**                                                                                                                                             |
| **cashTransactions** | List of all cash transactions related to this tranfer. Reports are ordered chronologically. | [Cash Transaction](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction), *optional*                     |
