Sha256: 2d8c1ebc759fb3afb91a13d9d20f1072df1f334dad5b7903f32345c9ce59b648
Contents?: true
Size: 535 Bytes
Versions: 1
Compression:
Stored size: 535 Bytes
Contents
# Buildium::GeneralLedgerTransactionMessageUnitAgreement ## 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::GeneralLedgerTransactionMessageUnitAgreement.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/GeneralLedgerTransactionMessageUnitAgreement.md |