import 'package:openapi/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
id | String | ID of the contract. | |
factionSymbol | String | The symbol of the faction that this contract is for. | |
type | String | Type of contract. | |
terms | ContractTerms | ||
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 | DateTime | Deprecated in favor of deadlineToAccept | |
deadlineToAccept | DateTime | The time at which the contract is no longer available to be accepted | [optional] |