Sha256: 5f5f279fc068bc2271af63b3e3b0f3ebe63c6d22042aedc34de6223e9cf5fc10
Contents?: true
Size: 1.29 KB
Versions: 3
Compression:
Stored size: 1.29 KB
Contents
# Buildium::ClientLeadMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Client lead unique identifier. | [optional] | | **date_received** | **Time** | The date the lead was received. | [optional] | | **name** | **String** | The name of the lead. | [optional] | | **email** | **String** | The email of the lead. | [optional] | | **phone_number** | **String** | The phone number of the lead. | [optional] | | **price_paid** | **Float** | The price paid for the lead. | [optional] | | **address** | [**AddressMessage**](AddressMessage.md) | | [optional] | | **property_type** | **String** | The property type of the lead's property. | [optional] | | **comments** | **String** | Additional comments submitted for the lead. | [optional] | | **lead_status** | **String** | The current status of the client lead. | [optional] | | **credit_request** | [**ClientLeadCreditRequestMessage**](ClientLeadCreditRequestMessage.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ClientLeadMessage.new( id: null, date_received: null, name: null, email: null, phone_number: null, price_paid: null, address: null, property_type: null, comments: null, lead_status: null, credit_request: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/ClientLeadMessage.md |
buildium-ruby-2.1.0 | docs/ClientLeadMessage.md |
buildium-ruby-2.0.1 | docs/ClientLeadMessage.md |