Sha256: 1022e1df76bfec38e291205f2f20589db10a24a780a48f7aec535d9e627bf05e

Contents?: true

Size: 1023 Bytes

Versions: 3

Compression:

Stored size: 1023 Bytes

Contents

# Buildium::ApplicantPostMessage

## 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] |
| **send_rental_application_email** | **Boolean** | Indicates whether to send the applicant an email with a link to the online rental application form. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ApplicantPostMessage.new(
  unit_id: null,
  first_name: null,
  last_name: null,
  email: null,
  phone_numbers: null,
  send_rental_application_email: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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