Sha256: f10cac615460cab4c36d56e3236f6eacb1c2c77049fefea757c906fc8d74e13b

Contents?: true

Size: 588 Bytes

Versions: 1

Compression:

Stored size: 588 Bytes

Contents

# Buildium::UpdateAssociationPreferredVendorsRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **vendor_ids** | **Array<Integer>** | A list of vendor identifiers that will be assigned as preferred vendors to the specified association. The submitted list of identifiers will overwrite any existing preferred vendors. Leaving the array empty will remove all vendors from the association. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::UpdateAssociationPreferredVendorsRequest.new(
  vendor_ids: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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