Sha256: d6faf55c7deb467c11200a40ca0f479a7369eea56461d904a94b6c42616df1a6

Contents?: true

Size: 669 Bytes

Versions: 1

Compression:

Stored size: 669 Bytes

Contents

# Buildium::BillLineMessageAccountingEntity

## 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** | [**AccountingEntityMessageUnit**](AccountingEntityMessageUnit.md) |  | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::BillLineMessageAccountingEntity.new(
  id: null,
  accounting_entity_type: null,
  href: null,
  unit: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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