Sha256: 4567bbe9e323f2f3181b4c94f626cf63b22151dbf2426f70b032daf627177a07

Contents?: true

Size: 1.65 KB

Versions: 3

Compression:

Stored size: 1.65 KB

Contents

# Buildium::ListingMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **listing_date** | **Date** | The date the listing was created in Buildium. It does not reflect when the listing was syndicated and listed in external systems. It can take 24-48 hours for a listing to be syndicated once it is created in Buildium. | [optional] |
| **rent** | **Float** | The asking rent amount for this unit. | [optional] |
| **deposit** | **Float** | The deposit amount for the unit. | [optional] |
| **lease_terms** | **String** | A summary of the lease terms. | [optional] |
| **available_date** | **Date** | The date the unit will be available to move in. | [optional] |
| **is_managed_externally** | **Boolean** | Indicates if the listing is managed by an external vendor. Note, the `Contact` property will be `null` if the this property is `true` as the contact information is managed by a vendor outside of Buildium. | [optional] |
| **rental_application_url** | **String** | The URL to the online rental application hosted by Buildium. | [optional] |
| **contact** | [**ListingContactMessage**](ListingContactMessage.md) |  | [optional] |
| **property** | [**ListingPropertyMessage**](ListingPropertyMessage.md) |  | [optional] |
| **unit** | [**ListingUnitMessage**](ListingUnitMessage.md) |  | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ListingMessage.new(
  listing_date: null,
  rent: null,
  deposit: null,
  lease_terms: null,
  available_date: null,
  is_managed_externally: null,
  rental_application_url: null,
  contact: null,
  property: null,
  unit: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/ListingMessage.md
buildium-ruby-2.1.0 docs/ListingMessage.md
buildium-ruby-2.0.1 docs/ListingMessage.md