Sha256: 5cc8eb0c7953b63290b112f51788a99a6ae8a167b5511a4b84c87df91060372e

Contents?: true

Size: 972 Bytes

Versions: 1

Compression:

Stored size: 972 Bytes

Contents

# Buildium::CreateGeneralJournalEntryRequest

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