space-traders-api 0.1.2

Generated API client for SpaceTraders
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contract

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | ID of the contract. | 
**faction_symbol** | **String** | The symbol of the faction that this contract is for. | 
**r#type** | **String** | Type of contract. | 
**terms** | [**models::ContractTerms**]ContractTerms.md |  | 
**accepted** | **bool** | Whether the contract has been accepted by the agent | [default to false]
**fulfilled** | **bool** | Whether the contract has been fulfilled | [default to false]
**expiration** | **String** | Deprecated in favor of deadlineToAccept | 
**deadline_to_accept** | Option<**String**> | The time at which the contract is no longer available to be accepted | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)