Sha256: f64f9a1b89f8080aa5f165f30a0a1a31f7b3513b5ad5ce395d780c7cfe6ce4f0
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# Buildium::CreateApplicantRequest ## 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** | [**ApplicantPostMessagePhoneNumbers**](ApplicantPostMessagePhoneNumbers.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::CreateApplicantRequest.new( unit_id: null, first_name: null, last_name: null, email: null, phone_numbers: null, send_rental_application_email: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreateApplicantRequest.md |