Sha256: a24dbab109d9d248b5f3d5666e7fb814a1d4996d98bff7e274219c7b23fa94ea
Contents?: true
Size: 535 Bytes
Versions: 3
Compression:
Stored size: 535 Bytes
Contents
# Buildium::LeaseTenantMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Tenant unique identifier. | [optional] | | **status** | **String** | Indicates the tenant's current status in relation to the lease. | [optional] | | **move_in_date** | **Date** | Indicates the tenant's move-in date. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseTenantMessage.new( id: null, status: null, move_in_date: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/LeaseTenantMessage.md |
buildium-ruby-3.0.0 | docs/LeaseTenantMessage.md |
buildium-ruby-2.1.0 | docs/LeaseTenantMessage.md |