# Buildium::LeaseTransactionMessageJournal ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **memo** | **String** | Memo associated with the journal. | [optional] | | **lines** | [**Array<JournalLineMessage>**](JournalLineMessage.md) | A collection of line items associated with the journal. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseTransactionMessageJournal.new( memo: null, lines: null ) ```