Sha256: 12c0250129e53494c8bdd29f296db5aff77315cdb607a9908bd4682312782f93

Contents?: true

Size: 574 Bytes

Versions: 1

Compression:

Stored size: 574 Bytes

Contents

# Buildium::BillLinePostMessageAccountingEntity

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