Sha256: 308d0a74f3f7cd60072f612cbf3919f6cfeb908216b8718d0307e40e3a1d4364

Contents?: true

Size: 685 Bytes

Versions: 1

Compression:

Stored size: 685 Bytes

Contents

# Buildium::VendorRefundLineMessageAccountingEntity

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