Sha256: 7ce72a6d7762560ede8693edab32de771243bf34ddeb42e65185a5104b0657cd

Contents?: true

Size: 691 Bytes

Versions: 1

Compression:

Stored size: 691 Bytes

Contents

# Buildium::PaymentTransactionsMessageAccountingEntity

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