Sha256: b5efcc69a346f6e368f18927e8df4d0158a3a84ddea0f0e5f2e41f2b55a4d24f
Contents?: true
Size: 1.77 KB
Versions: 3
Compression:
Stored size: 1.77 KB
Contents
# Buildium::AssociationOwnerPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first_name** | **String** | First name of the owner. The value cannot exceed 127 characters. | | | **last_name** | **String** | Last name of the owner. The value cannot exceed 127 characters. | | | **primary_address** | [**SaveAddressMessage**](SaveAddressMessage.md) | | | | **alternate_address** | [**SaveAddressMessage**](SaveAddressMessage.md) | | [optional] | | **email** | **String** | Email of the owner. | [optional] | | **alternate_email** | **String** | Alternate email of the owner. | [optional] | | **phone_numbers** | [**PhoneNumbersMessage**](PhoneNumbersMessage.md) | | [optional] | | **emergency_contact** | [**SaveEmergencyContactMessage**](SaveEmergencyContactMessage.md) | | [optional] | | **comment** | **String** | Comments about the owner. The value cannot exceed 65,535 characters. | [optional] | | **mailing_preference** | **String** | Mailing preferences for the owner. If an alternate address exists and this value is not provided then the primary address will be set as the preferred address. | [optional] | | **tax_id** | **String** | Taxpayer identification number of the owner. Examples of United States identification numbers are Social Security number or a Employer Identification Number. Valid formats are: `12-1234567`, `123-12-1234`, `123456789`. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::AssociationOwnerPutMessage.new( first_name: null, last_name: null, primary_address: null, alternate_address: null, email: null, alternate_email: null, phone_numbers: null, emergency_contact: null, comment: null, mailing_preference: null, tax_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/AssociationOwnerPutMessage.md |
buildium-ruby-2.1.0 | docs/AssociationOwnerPutMessage.md |
buildium-ruby-2.0.1 | docs/AssociationOwnerPutMessage.md |