Sha256: 0abb15a93c8a2f44af2e72830e1586f15d67f598a86871850da8f64d1ca7d2d8

Contents?: true

Size: 1.23 KB

Versions: 4

Compression:

Stored size: 1.23 KB

Contents

# Buildium::RentalPreferredVendorMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Preferred vendor unique identifier. | [optional] |
| **first_name** | **String** | First name of the preferred vendor. | [optional] |
| **last_name** | **String** | Last name of the preferred vendor. | [optional] |
| **company_name** | **String** | Company name of the preferred vendor. | [optional] |
| **primary_email** | **String** | Primary email for the preferred vendor. | [optional] |
| **alternate_email** | **String** | Alternate email for the preferred vendor. | [optional] |
| **phone_numbers** | [**Array<PhoneNumberMessage>**](PhoneNumberMessage.md) | List of phone numbers of the preferred vendor. | [optional] |
| **website** | **String** | Website of the preferred vendor. | [optional] |
| **is_company** | **Boolean** | Indicates whether the preferred vendor is a company. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::RentalPreferredVendorMessage.new(
  id: null,
  first_name: null,
  last_name: null,
  company_name: null,
  primary_email: null,
  alternate_email: null,
  phone_numbers: null,
  website: null,
  is_company: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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