Method: OpenapiClient::CompanyResponse.attribute_map

Defined in:
lib/openapi_client/models/company_response.rb

.attribute_mapObject

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



33
34
35
36
37
38
39
40
41
42
# File 'lib/openapi_client/models/company_response.rb', line 33

def self.attribute_map
  {
    :'id' => :'id',
    :'remote_id' => :'remote_id',
    :'legal_name' => :'legal_name',
    :'display_name' => :'display_name',
    :'tax_id' => :'tax_id',
    :'address' => :'address'
  }
end