Sha256: de776b1316e0701902d7ebfee59e404dc3b9841223aaf003b9cc0b79116445fe

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

# Buildium::RetailCashUserMessageProperty

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | The property unique identifier. | [optional] |
| **name** | **String** | The property name. | [optional] |
| **type** | **String** | The property type. | [optional] |
| **href** | **String** | A link to the property entity resource. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::RetailCashUserMessageProperty.new(
  id: null,
  name: null,
  type: null,
  href: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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