# GetCharactersCharacterIdContracts200Ok
## Properties
**reward** | **f64** | Remuneration for contract (for Couriers only) | [optional]
**end_location_id** | **i64** | End location ID (for Couriers contract) | [optional]
**issuer_corporation_id** | **i32** | Character's corporation ID for the issuer |
**contract_id** | **i32** | contract_id integer |
**days_to_complete** | **i32** | Number of days to perform the contract | [optional]
**availability** | **String** | To whom the contract is available |
**buyout** | **f64** | Buyout price (for Auctions only) | [optional]
**title** | **String** | Title of the contract | [optional]
**_type** | **String** | Type of the contract |
**date_expired** | **String** | Expiration date of the contract |
**start_location_id** | **i64** | Start location ID (for Couriers contract) | [optional]
**volume** | **f64** | Volume of items in the contract | [optional]
**issuer_id** | **i32** | Character ID for the issuer |
**date_accepted** | **String** | Date of confirmation of contract | [optional]
**acceptor_id** | **i32** | Who will accept the contract |
**date_issued** | **String** | Сreation date of the contract |
**price** | **f64** | Price of contract (for ItemsExchange and Auctions) | [optional]
**date_completed** | **String** | Date of completed of contract | [optional]
**for_corporation** | **bool** | true if the contract was issued on behalf of the issuer's corporation |
**collateral** | **f64** | Collateral price (for Couriers only) | [optional]
**assignee_id** | **i32** | ID to whom the contract is assigned, can be corporation or character ID |
**status** | **String** | Status of the the contract |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)