Method: OpenapiClient::CompanyResponse.openapi_types

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

.openapi_typesObject

Attribute type mapping.



50
51
52
53
54
55
56
57
58
59
# File 'lib/openapi_client/models/company_response.rb', line 50

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