Sha256: ca0c39b32cfacf451308e407c52422eb819457a5a112becf5046f805c937073c

Contents?: true

Size: 598 Bytes

Versions: 1

Compression:

Stored size: 598 Bytes

Contents

# Buildium::VendorCreditLineItemPostMessageAccountingEntity

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