# Transaction

| Attribute      | Type    | Description                                                            |
| -------------- | ------- | ---------------------------------------------------------------------- |
| id             | integer | Unique identifier for the transaction.                                 |
| number         | string  | Number of the transaction.                                             |
| reference      | string  | Reference of the transaction.                                          |
| date           | date    | Date of the transaction.                                               |
| user           | string  | User that created the transaction.                                     |
| creation\_date | date    | Created date.                                                          |
| creation\_time | time    | Created time.                                                          |
| description    | string  | Description of transaction.                                            |
| name           | string  | Name of transaction.                                                   |
| period         | string  | Period of transaction.                                                 |
| code           | integer | Code of transaction.                                                   |
| details        | array   | Details of the transaction (account,reference,amount,currency,credit). |
| labels         | string  | Comma separated lists of all labels linked to this transaction.        |
