# CharactersCharacterIdNotificationsContactsGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **string** | | [default to undefined] **notification_id** | **number** | | [default to undefined] **send_date** | **string** | | [default to undefined] **sender_character_id** | **number** | | [default to undefined] **standing_level** | **number** | A number representing the standing level the receiver has been added at by the sender. The standing levels are as follows: -10 -> Terrible | -5 -> Bad | 0 -> Neutral | 5 -> Good | 10 -> Excellent | [default to undefined] ## Example ```typescript import { CharactersCharacterIdNotificationsContactsGetInner } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdNotificationsContactsGetInner = { message, notification_id, send_date, sender_character_id, standing_level, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)