Sha256: a2845ae005b94bee6a798612a27c99a6881ca7252253573aebf04efca8be605d

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 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** | [**ClientLeadMessageAddress**](ClientLeadMessageAddress.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** | [**ClientLeadMessageCreditRequest**](ClientLeadMessageCreditRequest.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

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/ClientLeadMessage.md