Sha256: 2b8a80ae6abc3f61b712ef6ecea18d02de751ac9ce303507d6b1282bbd11b49a

Contents?: true

Size: 972 Bytes

Versions: 1

Compression:

Stored size: 972 Bytes

Contents

# Buildium::UpdateGeneralJournalEntryRequest

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