# CorporationsCorporationIdContactsGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **contact_id** | **number** | | [default to undefined] **contact_type** | **string** | | [default to undefined] **is_watched** | **boolean** | Whether this contact is being watched | [optional] [default to undefined] **label_ids** | **Array<number>** | | [optional] [default to undefined] **standing** | **number** | Standing of the contact | [default to undefined] ## Example ```typescript import { CorporationsCorporationIdContactsGetInner } from 'eve-esi-client-ts'; const instance: CorporationsCorporationIdContactsGetInner = { contact_id, contact_type, is_watched, label_ids, standing, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)