# CorporationsProjectsDetailReward ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **initial** | **number** | Original amount of ISK that was reserved for this project | [default to undefined] **remaining** | **number** | Remaining ISK to be awarded | [default to undefined] ## Example ```typescript import { CorporationsProjectsDetailReward } from 'eve-esi-client-ts'; const instance: CorporationsProjectsDetailReward = { initial, remaining, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)