Sha256: c4f09d4b78a8c18c82c390683cb4fb702e5094daf85966e2d453b951f58f0d70
Contents?: true
Size: 978 Bytes
Versions: 1
Compression:
Stored size: 978 Bytes
Contents
# Buildium::GeneralLedgerJournalLineMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **gl_account** | [**GeneralLedgerJournalLineMessageGLAccount**](GeneralLedgerJournalLineMessageGLAccount.md) | | [optional] | | **amount** | **Float** | Amount of the line item. | [optional] | | **is_cash_posting** | **Boolean** | Indicates whether the line item is a cash posting. | [optional] | | **reference_number** | **String** | Reference number for the line item. | [optional] | | **memo** | **String** | Memo for the line item. | [optional] | | **accounting_entity** | [**GeneralLedgerJournalLineMessageAccountingEntity**](GeneralLedgerJournalLineMessageAccountingEntity.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::GeneralLedgerJournalLineMessage.new( gl_account: null, amount: null, is_cash_posting: null, reference_number: null, memo: null, accounting_entity: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/GeneralLedgerJournalLineMessage.md |