# ContractsPublicRegionIdGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **buyout** | **number** | Buyout price (for Auctions only) | [optional] [default to undefined] **collateral** | **number** | Collateral price (for Couriers only) | [optional] [default to undefined] **contract_id** | **number** | | [default to undefined] **date_expired** | **string** | Expiration date of the contract | [default to undefined] **date_issued** | **string** | Сreation date of the contract | [default to undefined] **days_to_complete** | **number** | Number of days to perform the contract | [optional] [default to undefined] **end_location_id** | **number** | End location ID (for Couriers contract) | [optional] [default to undefined] **for_corporation** | **boolean** | true if the contract was issued on behalf of the issuer\'s corporation | [optional] [default to undefined] **issuer_corporation_id** | **number** | Character\'s corporation ID for the issuer | [default to undefined] **issuer_id** | **number** | Character ID for the issuer | [default to undefined] **price** | **number** | Price of contract (for ItemsExchange and Auctions) | [optional] [default to undefined] **reward** | **number** | Remuneration for contract (for Couriers only) | [optional] [default to undefined] **start_location_id** | **number** | Start location ID (for Couriers contract) | [optional] [default to undefined] **title** | **string** | Title of the contract | [optional] [default to undefined] **type** | **string** | Type of the contract | [default to undefined] **volume** | **number** | Volume of items in the contract | [optional] [default to undefined] ## Example ```typescript import { ContractsPublicRegionIdGetInner } from 'eve-esi-client-ts'; const instance: ContractsPublicRegionIdGetInner = { buyout, collateral, contract_id, date_expired, date_issued, days_to_complete, end_location_id, for_corporation, issuer_corporation_id, issuer_id, price, reward, start_location_id, title, type, volume, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)