Sha256: 61c90b236df45143779bb6cfbf37a1c4109a2b0a9c96c3e9b8ed11c0670b6450
Contents?: true
Size: 1.52 KB
Versions: 2
Compression:
Stored size: 1.52 KB
Contents
# Buildium::AssociationOwnershipAccountSearchMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **ids** | **Array<Integer>** | Filters results to the specified set of ids. | [optional] | | **association_ids** | **Array<Integer>** | Filters results to any ownership accounts who belong to the specified set of association ids. | [optional] | | **unit_or_owner** | **String** | Filters results to any association whose unit or owner *contains* the specified value. | [optional] | | **date_from** | **Date** | Filters results to any ownership account whose start date is greater than or equal to the specified value. | [optional] | | **date_to** | **Date** | Filters results to any ownership account whose start date is less than or equal to the specified value. | [optional] | | **status** | **Array<String>** | Filters results by the status of the association. If no status is specified, `active`, `past` and `future` associations will be returned. | [optional] | | **delinquency_statuses** | **Array<String>** | Filters results by the delinquency status of the ownership account. If no status is specified, ownership accounts of any delinquency status will be returned. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::AssociationOwnershipAccountSearchMessage.new( ids: null, association_ids: null, unit_or_owner: null, date_from: null, date_to: null, status: null, delinquency_statuses: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/AssociationOwnershipAccountSearchMessage.md |
buildium-ruby-2.1.0 | docs/AssociationOwnershipAccountSearchMessage.md |