# JournalEntry

The Journal Entry represents a financial transaction

| Name        | Type                                                                    | Description |
| ----------- | ----------------------------------------------------------------------- | ----------- |
| date        | ISO8601Date                                                             |             |
| description | String                                                                  |             |
| entity      | [Entity](https://docs.bunny.com/developer/api-reference/types/entity)   |             |
| entityId    | ID                                                                      |             |
| id          | ID                                                                      |             |
| invoice     | [Invoice](https://docs.bunny.com/developer/api-reference/types/invoice) |             |
| payment     | [Payment](https://docs.bunny.com/developer/api-reference/types/payment) |             |
| source      | String                                                                  |             |
