Sha256: 7db136fac597cb60585f70bb57f10ab8f39aaf60b0c3892fd6dfde7c03bac327
Contents?: true
Size: 1.94 KB
Versions: 2
Compression:
Stored size: 1.94 KB
Contents
# Buildium::AssociationMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Association unique identifier. | [optional] | | **name** | **String** | Association name. | [optional] | | **is_active** | **Boolean** | Indicates whether the association is active within the Buildium platform. | [optional] | | **reserve** | **Float** | A property reserve is cash that a property manager keeps on hand in case of unexpected expenses. It is available cash that simply isn't disbursed in an owner draw. | [optional] | | **description** | **String** | Description of the association. | [optional] | | **year_built** | **Integer** | Indicates the year the association was built. Null if no value is set. | [optional] | | **operating_bank_account** | **String** | Primary bank account that an association uses for its income and expenses. | [optional] | | **operating_bank_account_id** | **Integer** | Primary bank account unique identifier that an association uses for its income and expenses. | [optional] | | **address** | [**AddressMessage**](AddressMessage.md) | | [optional] | | **association_manager** | [**PropertyManagerMessage**](PropertyManagerMessage.md) | | [optional] | | **fiscal_year_end_day** | **Integer** | The day the fiscal year ends for the association. | [optional] | | **fiscal_year_end_month** | **Integer** | The month the fiscal year ends for the association. | [optional] | | **tax_information** | [**AssociationTaxInformationMessage**](AssociationTaxInformationMessage.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::AssociationMessage.new( id: null, name: null, is_active: null, reserve: null, description: null, year_built: null, operating_bank_account: null, operating_bank_account_id: null, address: null, association_manager: null, fiscal_year_end_day: null, fiscal_year_end_month: null, tax_information: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/AssociationMessage.md |
buildium-ruby-2.1.0 | docs/AssociationMessage.md |