Method: CrelateClient::ExtReferralRequest.attribute_map

Defined in:
lib/crelate_client/models/ext_referral_request.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



30
31
32
33
34
35
36
37
38
# File 'lib/crelate_client/models/ext_referral_request.rb', line 30

def self.attribute_map
  {
    :'contact_name' => :'ContactName',
    :'company_name' => :'CompanyName',
    :'phone' => :'Phone',
    :'state' => :'State',
    :'email' => :'Email'
  }
end