# LedgerEntry ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **number** | | [optional] [default to undefined] **direction** | [**Direction**](Direction.md) | | [default to undefined] **account_uuid** | **string** | | [default to undefined] **amount** | **number** | The USDCent amount. A LedgerEntry cannot be made for0 USDCent and it cannot be negative. | [default to undefined] **transaction_id** | **number** | | [optional] [default to undefined] ## Example ```typescript import { LedgerEntry } from './api'; const instance: LedgerEntry = { id, direction, account_uuid, amount, transaction_id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)