Sha256: fc52061a6ad7bfdd616829014867d41e60b742060a3989149f9481a7aeb41efc
Contents?: true
Size: 633 Bytes
Versions: 2
Compression:
Stored size: 633 Bytes
Contents
# Buildium::AccountingEntityMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The accounting entity unique identifier. | [optional] | | **accounting_entity_type** | **String** | The type of accounting entity. | [optional] | | **href** | **String** | A link to the accounting entity resource. | [optional] | | **unit** | [**UnitEntityMessage**](UnitEntityMessage.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::AccountingEntityMessage.new( id: null, accounting_entity_type: null, href: null, unit: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/AccountingEntityMessage.md |
buildium-ruby-2.1.0 | docs/AccountingEntityMessage.md |