Sha256: b5503ccf59976f4d44a37e0e068caa9ee551f98b3d7be5d00eafa2e18274d697

Contents?: true

Size: 561 Bytes

Versions: 3

Compression:

Stored size: 561 Bytes

Contents

# Buildium::RetailCashPropertyMessage

## 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::RetailCashPropertyMessage.new(
  id: null,
  name: null,
  type: null,
  href: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/RetailCashPropertyMessage.md
buildium-ruby-3.0.0 docs/RetailCashPropertyMessage.md
buildium-ruby-2.1.0 docs/RetailCashPropertyMessage.md