Sha256: 26b40337ffbb76ca9f865da0df400a534ac7dbf39f0ce1a846cf84836a437892
Contents?: true
Size: 560 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/LeaseMoveOutDataPostMessage.md |
buildium-ruby-2.1.0 | docs/LeaseMoveOutDataPostMessage.md |
buildium-ruby-2.0.1 | docs/LeaseMoveOutDataPostMessage.md |