Sha256: beb167a5d32ed7020d4d4e81b93e4ee629c228fd6361e5ce14ae581ad55ce08e

Contents?: true

Size: 558 Bytes

Versions: 2

Compression:

Stored size: 558 Bytes

Contents

# Buildium::AccountingEntitySaveMessage

## 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::AccountingEntitySaveMessage.new(
  id: null,
  accounting_entity_type: null,
  unit_id: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/AccountingEntitySaveMessage.md
buildium-ruby-2.1.0 docs/AccountingEntitySaveMessage.md