| Name | Type | Description | Notes |
|---|---|---|---|
| phone | String | Primary phone number. | [optional] |
| mobile_phone | String | Mobile phone number. | [optional] |
| fax | String | Fax number. | [optional] |
| String | Email address. | [optional] |
require 'OpenapiClient'
instance = OpenapiClient::Contact.new(phone: 5555555555,
mobile_phone: 5555555555,
fax: 5555555555,
email: john@test.com)