# Buildium::ContactDetailMessagePhoneNumbers ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **home** | **String** | Home phone number. | [optional] | | **work** | **String** | Work phone number. | [optional] | | **mobile** | **String** | Mobile phone number. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ContactDetailMessagePhoneNumbers.new( home: null, work: null, mobile: null ) ```