Sha256: ed2c6346375fef6cbb181df852040375ede4534e562d6b67a0d6c3b6f1450bbd

Contents?: true

Size: 1.24 KB

Versions: 4

Compression:

Stored size: 1.24 KB

Contents

# Buildium::AssociationPreferredVendorMessage

## 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::AssociationPreferredVendorMessage.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/AssociationPreferredVendorMessage.md
buildium-ruby-3.0.0 docs/AssociationPreferredVendorMessage.md
buildium-ruby-2.1.0 docs/AssociationPreferredVendorMessage.md
buildium-ruby-2.0.1 docs/AssociationPreferredVendorMessage.md