Sha256: dfbc56859d29c870d2fee50526958f1be352d46c3981ba3dc724f6cb409e32f3
Contents?: true
Size: 1007 Bytes
Versions: 1
Compression:
Stored size: 1007 Bytes
Contents
# Buildium::AssociationOwnerToExistingOwnershipAccountPostMessagePhoneNumbers ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **home** | **String** | Home phone number. If provided, must be between 10 and 20 characters, ideally formatted as `(123) 123-1234`. | [optional] | | **work** | **String** | Work phone number. If provided, must be between 10 and 20 characters, ideally formatted as `(123) 123-1234`. | [optional] | | **mobile** | **String** | Mobile phone number. If provided, must be between 10 and 20 characters, ideally formatted as `(123) 123-1234`. | [optional] | | **fax** | **String** | Fax number. If provided, must be between 10 and 20 characters, ideally formatted as `(123) 123-1234`. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::AssociationOwnerToExistingOwnershipAccountPostMessagePhoneNumbers.new( home: null, work: null, mobile: null, fax: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/AssociationOwnerToExistingOwnershipAccountPostMessagePhoneNumbers.md |