# InsurancePricesGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **levels** | [**Array<InsurancePricesGetInnerLevelsInner>**](InsurancePricesGetInnerLevelsInner.md) | A list of a available insurance levels for this ship type | [default to undefined] **type_id** | **number** | | [default to undefined] ## Example ```typescript import { InsurancePricesGetInner } from 'eve-esi-client-ts'; const instance: InsurancePricesGetInner = { levels, 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)