| Name | Type | Description | Notes |
|---|---|---|---|
| acceptor_id | int | Who will accept the contract. If assignee_id is same as acceptorID then character ID else corporation ID (The contract accepted by the corporation) | |
| assignee_id | int | ID to whom the contract is assigned, can be corporation or character ID | |
| availability | string | To whom the contract is available | |
| buyout | float | Buyout price (for Auctions only) | [optional] |
| collateral | float | Collateral price (for Couriers only) | [optional] |
| contract_id | int | contract_id integer | |
| date_accepted | \DateTime | Date of confirmation of contract | [optional] |
| date_completed | \DateTime | Date of completed of contract | [optional] |
| date_expired | \DateTime | Expiration date of the contract | |
| date_issued | \DateTime | Сreation date of the contract | |
| days_to_complete | int | Number of days to perform the contract | [optional] |
| end_location_id | int | End location ID (for Couriers contract) | [optional] |
| for_corporation | bool | true if the contract was issued on behalf of the issuer's corporation | |
| issuer_corporation_id | int | Character's corporation ID for the issuer | |
| issuer_id | int | Character ID for the issuer | |
| price | float | Price of contract (for ItemsExchange and Auctions) | [optional] |
| reward | float | Remuneration for contract (for Couriers only) | [optional] |
| start_location_id | int | Start location ID (for Couriers contract) | [optional] |
| status | string | Status of the the contract | |
| title | string | Title of the contract | [optional] |
| type | string | Type of the contract | |
| volume | float | Volume of items in the contract | [optional] |