Sha256: ddec0d5b7972266e6dcf26f349a44635ced374538c6896bc4f96fbbe5b559478

Contents?: true

Size: 580 Bytes

Versions: 1

Compression:

Stored size: 580 Bytes

Contents

# Buildium::AccountingEntityPatchMessage

## Properties

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

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::AccountingEntityPatchMessage.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/AccountingEntityPatchMessage.md