Sha256: a46f30036e902898948881d665000ed5444f78f63e477012fa048a8bd24d0248

Contents?: true

Size: 814 Bytes

Versions: 1

Compression:

Stored size: 814 Bytes

Contents

# Buildium::ContactDetailSaveMessagePhoneNumbers

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **home** | **String** | Home phone number. If provided, the value must be between 10 and 20 characters, ideally formatted as `(123) 123-1234`. | [optional] |
| **work** | **String** | Work phone number. If provided, the value must be between 10 and 20 characters, ideally formatted as `(123) 123-1234`. | [optional] |
| **mobile** | **String** | Mobile phone number. If provided, the value must be between 10 and 20 characters, ideally formatted as `(123) 123-1234`. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ContactDetailSaveMessagePhoneNumbers.new(
  home: null,
  work: null,
  mobile: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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