# CorporationsCorporationIdMembertrackingGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **base_id** | **number** | | [optional] [default to undefined] **character_id** | **number** | | [default to undefined] **location_id** | **number** | | [optional] [default to undefined] **logoff_date** | **string** | | [optional] [default to undefined] **logon_date** | **string** | | [optional] [default to undefined] **ship_type_id** | **number** | | [optional] [default to undefined] **start_date** | **string** | | [optional] [default to undefined] ## Example ```typescript import { CorporationsCorporationIdMembertrackingGetInner } from 'eve-esi-client-ts'; const instance: CorporationsCorporationIdMembertrackingGetInner = { base_id, character_id, location_id, logoff_date, logon_date, ship_type_id, start_date, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)