Sha256: fa55722587a3d351684e1558693e9a81f07bfd37d8b0446ed784cfbe2b2c98f2
Contents?: true
Size: 705 Bytes
Versions: 4
Compression:
Stored size: 705 Bytes
Contents
# Buildium::ApplicantGroupPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **unit_id** | **Integer** | Rental property unit unique identifier to associate with the applicant group. | [optional] | | **applicant_group_status** | **String** | Sets the status of the applicant group. | | | **applicant_ids** | **Array<Integer>** | The applicant unique identifiers to include in the applicant group. Note, that applicants can only be included in one applicant group. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ApplicantGroupPutMessage.new( unit_id: null, applicant_group_status: null, applicant_ids: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems