# CorporationsCorporationIdMedalsIssuedGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **character_id** | **number** | ID of the character who was rewarded this medal | [default to undefined] **issued_at** | **string** | | [default to undefined] **issuer_id** | **number** | ID of the character who issued the medal | [default to undefined] **medal_id** | **number** | | [default to undefined] **reason** | **string** | | [default to undefined] **status** | **string** | | [default to undefined] ## Example ```typescript import { CorporationsCorporationIdMedalsIssuedGetInner } from 'eve-esi-client-ts'; const instance: CorporationsCorporationIdMedalsIssuedGetInner = { character_id, issued_at, issuer_id, medal_id, reason, status, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)