Sha256: 65dc88f9922deb9df6ead2b5dae3d5ff22af8f7a08b42236bb728ed393ff3b45

Contents?: true

Size: 568 Bytes

Versions: 4

Compression:

Stored size: 568 Bytes

Contents

# Buildium::LeaseMoveOutDataMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **tenant_id** | **Integer** | Tenant unique identifier. | [optional] |
| **move_out_date** | **Date** | Date the tenant will move out of the leased unit. | [optional] |
| **notice_given_date** | **Date** | Date the tenant move out notice was received. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::LeaseMoveOutDataMessage.new(
  tenant_id: null,
  move_out_date: null,
  notice_given_date: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/LeaseMoveOutDataMessage.md
buildium-ruby-3.0.0 docs/LeaseMoveOutDataMessage.md
buildium-ruby-2.1.0 docs/LeaseMoveOutDataMessage.md
buildium-ruby-2.0.1 docs/LeaseMoveOutDataMessage.md