Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 644 Bytes

File metadata and controls

23 lines (16 loc) · 644 Bytes

OpenapiClient::Contact

Properties

Name Type Description Notes
phone String Primary phone number. [optional]
mobile_phone String Mobile phone number. [optional]
fax String Fax number. [optional]
email String Email address. [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::Contact.new(phone: 5555555555,
                                 mobile_phone: 5555555555,
                                 fax: 5555555555,
                                 email: john@test.com)