Sha256: de890876f5ca259fe50d8a2e857298deb25ffd2e8033acb79fe1bd9e01b47384

Contents?: true

Size: 1.67 KB

Versions: 1

Compression:

Stored size: 1.67 KB

Contents

# Buildium::RentalPropertyPutMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Rental property name. The value cannot exceed 127 characters. |  |
| **structure_description** | **String** | Description of the rental property building. The description cannot exceed 65,535 characters. | [optional] |
| **address** | [**RentalPropertyPutMessageAddress**](RentalPropertyPutMessageAddress.md) |  |  |
| **rental_sub_type** | **String** | Subtype of the rental property |  |
| **operating_bank_account_id** | **Integer** | The primary bank account that an rental property uses for its income and expenses. |  |
| **property_manager_id** | **Integer** | Indicates the staff member identifier that acts as the property manager for this rental property. Note, the staff member must have permissions to this rental to be assigned as the property manager.  Set this field to null if you don't want to assign a staff member to the rental property. | [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] |
| **year_built** | **Integer** | Indicates the year the rental property was built. If provided this value must be a four digit integer between 1000 and the current year. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::RentalPropertyPutMessage.new(
  name: null,
  structure_description: null,
  address: null,
  rental_sub_type: null,
  operating_bank_account_id: null,
  property_manager_id: null,
  reserve: null,
  year_built: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/RentalPropertyPutMessage.md