Sha256: 106f6dbacdc95c302e288a5dbe2a17abb21ec522a36525c66d7363bcd5add4c9
Contents?: true
Size: 767 Bytes
Versions: 1
Compression:
Stored size: 767 Bytes
Contents
# Buildium::UpsertListingsAsyncRequest ## 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::UpsertListingsAsyncRequest.new( rent: null, deposit: null, lease_terms: null, available_date: null, contact_id: null, is_managed_externally: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/UpsertListingsAsyncRequest.md |