Sha256: c07568e0b29c814a8cc6b9538d43d5d33a27a66744e8cffa919e250b6b9078d8
Contents?: true
Size: 497 Bytes
Versions: 2
Compression:
Stored size: 497 Bytes
Contents
# Buildium::RetailCashUnitMessage ## 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::RetailCashUnitMessage.new( id: null, unit_number: null, href: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/RetailCashUnitMessage.md |
buildium-ruby-2.1.0 | docs/RetailCashUnitMessage.md |