Sha256: c459b827b901c971ed4fe153ab2a4d7ca3e01703b6c9e444a9a0b08405cf5b27

Contents?: true

Size: 849 Bytes

Versions: 1

Compression:

Stored size: 849 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** | [**ApplicantPutMessagePhoneNumbers**](ApplicantPutMessagePhoneNumbers.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

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/ApplicantPutMessage.md