Sha256: 353e210d15c86ce6ad8f0e1b241bc5d7951b51ca98e6a530956ec44766d08eca

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

# Buildium::UpdateAssociationTenantRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **first_name** | **String** | First name of tenant. The value cannot exceed 127 characters. |  |
| **last_name** | **String** | Last name of tenant. The value cannot exceed 127 characters. |  |
| **email** | **String** | Email of tenant. | [optional] |
| **alternate_email** | **String** | Alternate email of tenant. | [optional] |
| **phone_numbers** | [**AssociationTenantPutMessagePhoneNumbers**](AssociationTenantPutMessagePhoneNumbers.md) |  | [optional] |
| **date_of_birth** | **Date** | Date of birth for the tenant. Must be formatted as `YYYY-MM-DD`. | [optional] |
| **comment** | **String** | Comments about the tenant. The value cannot exceed 65,535 characters. | [optional] |
| **emergency_contact** | [**AssociationTenantPostMessageEmergencyContact**](AssociationTenantPostMessageEmergencyContact.md) |  | [optional] |
| **primary_address** | [**AssociationTenantPostMessagePrimaryAddress**](AssociationTenantPostMessagePrimaryAddress.md) |  |  |
| **alternate_address** | [**AssociationTenantPostMessageAlternateAddress**](AssociationTenantPostMessageAlternateAddress.md) |  | [optional] |
| **move_out_date** | **Date** | Move out date for the tenant. Must be formatted as `YYYY-MM-DD`. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::UpdateAssociationTenantRequest.new(
  first_name: null,
  last_name: null,
  email: null,
  alternate_email: null,
  phone_numbers: null,
  date_of_birth: null,
  comment: null,
  emergency_contact: null,
  primary_address: null,
  alternate_address: null,
  move_out_date: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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