# CharactersStructuresMercenaryDensListingMercenaryden ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **number** | Mercenary Den\'s ID | [default to undefined] **planet_id** | **number** | ID of the planet the Skyhook (to which the Mercenary Den is attached) is anchored on | [default to undefined] ## Example ```typescript import { CharactersStructuresMercenaryDensListingMercenaryden } from 'eve-esi-client-ts'; const instance: CharactersStructuresMercenaryDensListingMercenaryden = { id, planet_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)