Sha256: c6b89fbac23b1c9e3854a9bf5d1bec88d7750c9cbead1a27f3f623e2a17aa773
Contents?: true
Size: 586 Bytes
Versions: 1
Compression:
Stored size: 586 Bytes
Contents
# Buildium::UpdateRentalPreferredVendorsRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **vendor_ids** | **Array<Integer>** | A list of vendor identifiers that will be assigned as preferred vendors to the specified rental property. The submitted list of identifiers will overwrite any existing preferred vendors. Leaving the array empty will remove all vendors from the rental property. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::UpdateRentalPreferredVendorsRequest.new( vendor_ids: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/UpdateRentalPreferredVendorsRequest.md |