Sha256: 29e0a9c341b51575bc23b07a074271df2f62b39a773d5339bb3a6b5182ae4174
Contents?: true
Size: 825 Bytes
Versions: 3
Compression:
Stored size: 825 Bytes
Contents
# Buildium::ApplicantPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **unit_id** | **Integer** | The rental property unit unique identifier to associate with the applicant. | [optional] | | **first_name** | **String** | The first name of the applicant. The value can not exceed 127 characters. | | | **last_name** | **String** | The last name of the applicant. The value can not exceed 127 characters. | | | **email** | **String** | The email address of the applicant. | [optional] | | **phone_numbers** | [**PhoneNumbersMessage**](PhoneNumbersMessage.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ApplicantPutMessage.new( unit_id: null, first_name: null, last_name: null, email: null, phone_numbers: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/ApplicantPutMessage.md |
buildium-ruby-2.1.0 | docs/ApplicantPutMessage.md |
buildium-ruby-2.0.1 | docs/ApplicantPutMessage.md |