# AlliancesAllianceIdContactsGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **contact_id** | **number** | | [default to undefined] **contact_type** | **string** | | [default to undefined] **label_ids** | **Array<number>** | | [optional] [default to undefined] **standing** | **number** | Standing of the contact | [default to undefined] ## Example ```typescript import { AlliancesAllianceIdContactsGetInner } from 'eve-esi-client-ts'; const instance: AlliancesAllianceIdContactsGetInner = { contact_id, contact_type, 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)