Sha256: 992cd5ce8a50e750588030ddd10a4b0f63d93825f89554d7a9477cb64d9e5eff
Contents?: true
Size: 966 Bytes
Versions: 1
Compression:
Stored size: 966 Bytes
Contents
# Buildium::GeneralJournalEntryPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounting_entity** | [**GeneralJournalEntryPostMessageAccountingEntity**](GeneralJournalEntryPostMessageAccountingEntity.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/GeneralJournalEntryPutMessage.md |