Sha256: 26b40337ffbb76ca9f865da0df400a534ac7dbf39f0ce1a846cf84836a437892
Contents?: true
Size: 560 Bytes
Versions: 4
Compression:
Stored size: 560 Bytes
Contents
# Buildium::LeaseMoveOutDataPostMessage ## 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::LeaseMoveOutDataPostMessage.new( tenant_id: null, move_out_date: null, notice_given_date: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems