Sha256: f85f8ea403b169e3e26fb8b26de7119a47a5000d266d6cea3ab32eda9a69e8ae
Contents?: true
Size: 515 Bytes
Versions: 1
Compression:
Stored size: 515 Bytes
Contents
# Buildium::RetailCashUserMessageUnitAgreement ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Unit agreement unique identifier. | [optional] | | **type** | **String** | The type of unit agreement. | [optional] | | **href** | **String** | A link to the unit agreement resource. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RetailCashUserMessageUnitAgreement.new( id: null, type: null, href: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/RetailCashUserMessageUnitAgreement.md |