Method: Propertyware::SaveContact.openapi_types
- Defined in:
- lib/propertyware/models/save_contact.rb
.openapi_types ⇒ Object
Attribute type mapping.
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 |
# File 'lib/propertyware/models/save_contact.rb', line 144 def self.openapi_types { :'address' => :'SaveAddress', :'allow_e_signature' => :'Boolean', :'alt_email' => :'String', :'birth_date' => :'Date', :'category' => :'String', :'comments' => :'String', :'company' => :'String', :'email' => :'String', :'fax' => :'String', :'first_name' => :'String', :'gender' => :'String', :'home_phone' => :'String', :'job_title' => :'String', :'last_name' => :'String', :'middle_name' => :'String', :'mobile_phone' => :'String', :'name_on_check' => :'String', :'named_on_lease' => :'Boolean', :'other_phone' => :'String', :'salutation' => :'String', :'search_tag' => :'String', :'suffix' => :'String', :'work_phone' => :'String' } end |