Sha256: d0250eef8a798704a1da642d85a04f8d7b438c034280a78fb478000195d6bb1c

Contents?: true

Size: 855 Bytes

Versions: 1

Compression:

Stored size: 855 Bytes

Contents

# Buildium::UpdateApplicantRequest

## 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::UpdateApplicantRequest.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/UpdateApplicantRequest.md