Sha256: 5311856e1bc3fbe31db47b8982d66c9cf3b9648748f4e7935a4fbe5fe4e5ff77

Contents?: true

Size: 619 Bytes

Versions: 3

Compression:

Stored size: 619 Bytes

Contents

# Buildium::ContactDetailSaveMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **first_name** | **String** | First name of the contact. |  |
| **last_name** | **String** | Last name of the contact. | [optional] |
| **email** | **String** | Email of the contact. | [optional] |
| **phone_numbers** | [**ContactDetailSavePhoneMessage**](ContactDetailSavePhoneMessage.md) |  | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ContactDetailSaveMessage.new(
  first_name: null,
  last_name: null,
  email: null,
  phone_numbers: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/ContactDetailSaveMessage.md
buildium-ruby-2.1.0 docs/ContactDetailSaveMessage.md
buildium-ruby-2.0.1 docs/ContactDetailSaveMessage.md