| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The unique identifier for the item | [optional] |
| displayedAs | string | The name of the resource | [optional] |
| path | string | The API path for the resource | [optional] |
| createdAt | \DateTime | The datetime when the item was created | [optional] |
| updatedAt | \DateTime | The datetime when the item was last updated | [optional] |
| date | \DateTime | The date of the ledger entry | [optional] |
| credit | float | The credit amount of the ledger entry | [optional] |
| debit | float | The debit amount of the ledger entry | [optional] |
| ledgerAccount | \SynergiTech\Sage\Model\LedgerAccount | [optional] | |
| transaction | \SynergiTech\Sage\Model\Transaction | [optional] | |
| contact | \SynergiTech\Sage\Model\Contact | [optional] | |
| deleted | bool | Indicates whether the ledger entry has been deleted or not | [optional] |
| taxRate | \SynergiTech\Sage\Model\TaxRate | [optional] | |
| description | string | The ledger entry description | [optional] |
| journalCode | \SynergiTech\Sage\Model\JournalCode | [optional] |