# IndustryFacilitiesGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **facility_id** | **number** | ID of the facility | [default to undefined] **owner_id** | **number** | Owner of the facility | [default to undefined] **region_id** | **number** | Region ID where the facility is | [default to undefined] **solar_system_id** | **number** | Solar system ID where the facility is | [default to undefined] **tax** | **number** | Tax imposed by the facility | [optional] [default to undefined] **type_id** | **number** | Type ID of the facility | [default to undefined] ## Example ```typescript import { IndustryFacilitiesGetInner } from 'eve-esi-client-ts'; const instance: IndustryFacilitiesGetInner = { facility_id, owner_id, region_id, solar_system_id, tax, type_id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)