# PostCharactersCharacterIdMailRequestRecipientsInner recipient object ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **recipient_id** | **number** | | [default to undefined] **recipient_type** | **string** | | [default to undefined] ## Example ```typescript import { PostCharactersCharacterIdMailRequestRecipientsInner } from 'eve-esi-client-ts'; const instance: PostCharactersCharacterIdMailRequestRecipientsInner = { recipient_id, recipient_type, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)