Sha256: 493675c15fc79da1f5a454e989a3561f4f31ed1c6fd7d7b9c28d6c15b9838b4e

Contents?: true

Size: 505 Bytes

Versions: 1

Compression:

Stored size: 505 Bytes

Contents

# Buildium::RetailCashUserMessageUnit

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Unit unique identifier. | [optional] |
| **unit_number** | **String** | Unit number. | [optional] |
| **href** | **String** | A link to the resource endpoint associated with the unit. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::RetailCashUserMessageUnit.new(
  id: null,
  unit_number: null,
  href: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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