Sha256: d13c68b59c86636ca88a37b2e30ee13573a71def240d286988d036a4f27b134e
Contents?: true
Size: 1017 Bytes
Versions: 1
Compression:
Stored size: 1017 Bytes
Contents
# Buildium::GeneralLedgerEntryMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The unique identifier of the transaction associated with the entry. | [optional] | | **date** | **Date** | Date of the transaction. | [optional] | | **description** | **String** | Transaction description. | [optional] | | **amount** | **Float** | Entry amount. | [optional] | | **balance** | **Float** | The general ledger account balance after this entry was recorded. | [optional] | | **transaction_type** | **String** | Indicates the type of transaction that occurred. | [optional] | | **accounting_entity** | [**GeneralLedgerEntryMessageAccountingEntity**](GeneralLedgerEntryMessageAccountingEntity.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::GeneralLedgerEntryMessage.new( id: null, date: null, description: null, amount: null, balance: null, transaction_type: null, accounting_entity: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/GeneralLedgerEntryMessage.md |