Sha256: c870681e840a2f0e0d376c58b23d42aaf27902073770094c02a3b250f76cf892

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 Bytes

Contents

# Buildium::GeneralJournalEntryPostMessageAccountingEntity

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | The unique identifier of the accounting entity |  |
| **accounting_entity_type** | **String** | The type of the accounting entity |  |
| **unit_id** | **Integer** | The unit unique identifier for the accounting entity. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::GeneralJournalEntryPostMessageAccountingEntity.new(
  id: null,
  accounting_entity_type: null,
  unit_id: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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