Sha256: e0c9826000899d0d5a88410b59dfa453fb7946f73a49f2e3e4910dd75f1fa521
Contents?: true
Size: 749 Bytes
Versions: 4
Compression:
Stored size: 749 Bytes
Contents
# Buildium::ListingPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **rent** | **Float** | Rent for the listing. | | | **deposit** | **Float** | Deposit for the listing. | [optional] | | **lease_terms** | **String** | The lease term for the listing. | [optional] | | **available_date** | **Date** | The date the listing is available. | | | **contact_id** | **Integer** | The contact Id for the listing. | [optional] | | **is_managed_externally** | **Boolean** | | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ListingPutMessage.new( rent: null, deposit: null, lease_terms: null, available_date: null, contact_id: null, is_managed_externally: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/ListingPutMessage.md |
buildium-ruby-3.0.0 | docs/ListingPutMessage.md |
buildium-ruby-2.1.0 | docs/ListingPutMessage.md |
buildium-ruby-2.0.1 | docs/ListingPutMessage.md |