Name | Type | Description | Notes |
---|---|---|---|
Buyout | float64 | Buyout price (for Auctions only) | [optional] [default to null] |
Collateral | float64 | Collateral price (for Couriers only) | [optional] [default to null] |
ContractId | int32 | contract_id integer | [default to null] |
DateExpired | time.Time | Expiration date of the contract | [default to null] |
DateIssued | time.Time | Сreation date of the contract | [default to null] |
DaysToComplete | int32 | Number of days to perform the contract | [optional] [default to null] |
EndLocationId | int64 | End location ID (for Couriers contract) | [optional] [default to null] |
ForCorporation | bool | true if the contract was issued on behalf of the issuer's corporation | [optional] [default to null] |
IssuerCorporationId | int32 | Character's corporation ID for the issuer | [default to null] |
IssuerId | int32 | Character ID for the issuer | [default to null] |
Price | float64 | Price of contract (for ItemsExchange and Auctions) | [optional] [default to null] |
Reward | float64 | Remuneration for contract (for Couriers only) | [optional] [default to null] |
StartLocationId | int64 | Start location ID (for Couriers contract) | [optional] [default to null] |
Title | string | Title of the contract | [optional] [default to null] |
Type_ | string | Type of the contract | [default to null] |
Volume | float64 | Volume of items in the contract | [optional] [default to null] |