Sha256: feb1b1818684d0b87853beb9e7992f85183d6c8b6cc1d536fb96801d8c5367dd
Contents?: true
Size: 554 Bytes
Versions: 1
Compression:
Stored size: 554 Bytes
Contents
# Buildium::CreateMoveOutDataRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **tenant_id** | **Integer** | Tenant unique identifier. | | | **move_out_date** | **Date** | Date the tenant(s) will move out of the leased unit. | | | **notice_given_date** | **Date** | Date the tenant(s) gave their move out notice. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::CreateMoveOutDataRequest.new( tenant_id: null, move_out_date: null, notice_given_date: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreateMoveOutDataRequest.md |