Sha256: 139f90043966d3511a5dd81a6e108a8517ef674cf1b02d40eaa3c504ef76697c

Contents?: true

Size: 1.38 KB

Versions: 3

Compression:

Stored size: 1.38 KB

Contents

# Buildium::ResidentCenterUserSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **unit_agreement_ids** | **Array<Integer>** | Filters results to any resident center user who is associated with the specified lease and/or association ownership account identifiers. | [optional] |
| **user_ids** | **Array<Integer>** | Filters results to any resident center user with the specified tenant and/or association owner identifiers. | [optional] |
| **user_types** | **Array<String>** | Filters results to any resident center user with the specified types. | [optional] |
| **resident_center_user_statuses** | **Array<String>** | Filters results to any resident center user with the specified resident center user statuses. | [optional] |
| **is_auto_pay_enabled** | **Boolean** | If true, filters results to any resident center users who have automatic payments scheduled for the future. If false, filters results to any resident center users  who do not have automatic payments scheduled for the future. If not provided, will not filter results based on automatic payments. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ResidentCenterUserSearchMessage.new(
  unit_agreement_ids: null,
  user_ids: null,
  user_types: null,
  resident_center_user_statuses: null,
  is_auto_pay_enabled: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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