Sha256: 4356e3993620517694dbdb6d2c00e75a6daa39662864151d5a7fb5a1512aedb1

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 Bytes

Contents

# Buildium::GeneralLedgerTransactionMessageJournal

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **memo** | **String** | Memo associated with the journal. | [optional] |
| **lines** | [**Array<GeneralLedgerJournalLineMessage>**](GeneralLedgerJournalLineMessage.md) | A collection of line items associated with the journal. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::GeneralLedgerTransactionMessageJournal.new(
  memo: null,
  lines: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/GeneralLedgerTransactionMessageJournal.md