Sha256: a9ce6111a95f54383dda47b4c0309d15b65db54ecf7549cb464c1a2ebd611fdb
Contents?: true
Size: 928 Bytes
Versions: 3
Compression:
Stored size: 928 Bytes
Contents
# Buildium::GeneralJournalEntryPutMessage ## 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::GeneralJournalEntryPutMessage.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/GeneralJournalEntryPutMessage.md |
buildium-ruby-2.1.0 | docs/GeneralJournalEntryPutMessage.md |
buildium-ruby-2.0.1 | docs/GeneralJournalEntryPutMessage.md |