Sha256: d493088a6f69335ce2841dd96762c5030ddd50508a1cfd908f72ec39bd4d290a
Contents?: true
Size: 1.87 KB
Versions: 1
Compression:
Stored size: 1.87 KB
Contents
# Buildium::CreateAssociationRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Association name. The value cannot exceed 127 characters. | | | **operating_bank_account_id** | **Integer** | The primary bank account that an association uses for its income and expenses. | | | **address** | [**AssociationPostMessageAddress**](AssociationPostMessageAddress.md) | | | | **is_active** | **Boolean** | Indicates whether the association is active within the Buildium platform. If no value is passed in the default is `true`. | [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 isn't disbursed in an owner draw. | [optional] | | **description** | **String** | Description of the association. The description cannot exceed 65,535 characters. | [optional] | | **year_built** | **Integer** | Indicates the year the association was established. If provided this value must be a four digit integer between 1000 and the current year. | [optional] | | **property_manager_id** | **Integer** | Indicates the staff member identifier that acts as the property manager for this association. Note, the staff member must have permissions to this association to be assigned as the property manager. Leave this field null if you don't want to assign a staff member to the association. | [optional] | | **tax_information** | [**AssociationPostMessageTaxInformation**](AssociationPostMessageTaxInformation.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::CreateAssociationRequest.new( name: null, operating_bank_account_id: null, address: null, is_active: null, reserve: null, description: null, year_built: null, property_manager_id: null, tax_information: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreateAssociationRequest.md |