Sha256: 207b1d93c0554130054e00ac84d00143a7637ee78ffff134da6f266e7b74236c
Contents?: true
Size: 930 Bytes
Versions: 3
Compression:
Stored size: 930 Bytes
Contents
# Buildium::GeneralJournalEntryPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounting_entity** | [**AccountingEntitySaveMessage**](AccountingEntitySaveMessage.md) | | | | **date** | **Date** | Date of the general journal entry. The date must be formatted as YYYY-MM-DD. | | | **memo** | **String** | Description of the general journal entry. Must be no longer than 240 characters. | [optional] | | **lines** | [**Array<GeneralJournalEntryLineSaveMessage>**](GeneralJournalEntryLineSaveMessage.md) | A list of general journal entry lines. At least two lines are required. The total amount of the debit PostingType lines must equal the total of the credit PostingType lines. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::GeneralJournalEntryPostMessage.new( accounting_entity: null, date: null, memo: null, lines: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/GeneralJournalEntryPostMessage.md |
buildium-ruby-2.1.0 | docs/GeneralJournalEntryPostMessage.md |
buildium-ruby-2.0.1 | docs/GeneralJournalEntryPostMessage.md |