Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1022 Bytes

Contract.md

File metadata and controls

22 lines (17 loc) · 1022 Bytes

openapi.model.Contract

Load the model package

import 'package:openapi/api.dart';

Properties

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]

[Back to Model list] [Back to API list] [Back to README]