Sha256: 606216b7897634674ca37da16de0b4e5b415efc3df674653bf4a9606f813217f

Contents?: true

Size: 968 Bytes

Versions: 1

Compression:

Stored size: 968 Bytes

Contents

# Buildium::GeneralJournalEntryPostMessage

## 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::GeneralJournalEntryPostMessage.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/GeneralJournalEntryPostMessage.md