github.com/antihax/goesi@v0.0.0-20240126031043-6c54d0cb7f95/esi/docs/GetCharactersCharacterIdContracts200Ok.md (about)

     1  # GetCharactersCharacterIdContracts200Ok
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **AcceptorId** | **int32** | Who will accept the contract | [default to null]
     7  **AssigneeId** | **int32** | ID to whom the contract is assigned, can be alliance, corporation or character ID | [default to null]
     8  **Availability** | **string** | To whom the contract is available | [default to null]
     9  **Buyout** | **float64** | Buyout price (for Auctions only) | [optional] [default to null]
    10  **Collateral** | **float64** | Collateral price (for Couriers only) | [optional] [default to null]
    11  **ContractId** | **int32** | contract_id integer | [default to null]
    12  **DateAccepted** | [**time.Time**](time.Time.md) | Date of confirmation of contract | [optional] [default to null]
    13  **DateCompleted** | [**time.Time**](time.Time.md) | Date of completed of contract | [optional] [default to null]
    14  **DateExpired** | [**time.Time**](time.Time.md) | Expiration date of the contract | [default to null]
    15  **DateIssued** | [**time.Time**](time.Time.md) | Сreation date of the contract | [default to null]
    16  **DaysToComplete** | **int32** | Number of days to perform the contract | [optional] [default to null]
    17  **EndLocationId** | **int64** | End location ID (for Couriers contract) | [optional] [default to null]
    18  **ForCorporation** | **bool** | true if the contract was issued on behalf of the issuer's corporation | [default to null]
    19  **IssuerCorporationId** | **int32** | Character's corporation ID for the issuer | [default to null]
    20  **IssuerId** | **int32** | Character ID for the issuer | [default to null]
    21  **Price** | **float64** | Price of contract (for ItemsExchange and Auctions) | [optional] [default to null]
    22  **Reward** | **float64** | Remuneration for contract (for Couriers only) | [optional] [default to null]
    23  **StartLocationId** | **int64** | Start location ID (for Couriers contract) | [optional] [default to null]
    24  **Status** | **string** | Status of the the contract | [default to null]
    25  **Title** | **string** | Title of the contract | [optional] [default to null]
    26  **Type_** | **string** | Type of the contract | [default to null]
    27  **Volume** | **float64** | Volume of items in the contract | [optional] [default to null]
    28  
    29  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    30  
    31