# CorporationsDetail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **alliance_id** | **number** | Corporation\'s alliance ID | [optional] [default to undefined] **ceo_id** | **number** | Corporation\'s CEO ID | [default to undefined] **creator_id** | **number** | Corporation\'s creator ID | [default to undefined] **date_founded** | **string** | Corporation\'s founding date | [optional] [default to undefined] **description** | **string** | Corporation\'s description | [optional] [default to undefined] **faction_id** | **number** | Corporation\'s faction ID | [optional] [default to undefined] **home_station_id** | **number** | Corporation\'s home station ID | [optional] [default to undefined] **member_count** | **number** | Corporation\'s member count | [default to undefined] **name** | **string** | Corporation\'s name | [default to undefined] **shares** | **number** | Corporation\'s shares | [optional] [default to undefined] **tax_rate** | **number** | Corporation\'s tax rate | [default to undefined] **ticker** | **string** | Corporation\'s short name | [default to undefined] **url** | **string** | Corporation\'s URL | [optional] [default to undefined] **war_eligible** | **boolean** | Corporation\'s war eligible | [optional] [default to undefined] ## Example ```typescript import { CorporationsDetail } from 'eve-esi-client-ts'; const instance: CorporationsDetail = { alliance_id, ceo_id, creator_id, date_founded, description, faction_id, home_station_id, member_count, name, shares, tax_rate, ticker, url, war_eligible, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)