An assertion that responds to a single requirement. A requirement response provides the value for the requirement and may provide the period to which it applies.

Constructors

constructor

Properties

description Optional

: undefined | string

A description of this requirement response. Structured information should be provided in its other fields.

id

: string

The identifier for this requirement response. It must be unique and cannot change within the Open Contracting Process it is part of (defined by a single ocid). See the identifier guidance for further details.

period Optional

The period which the requirement response is applicable to.

relatedTenderer Optional

Where this requirement response relates to a tenderer and is provided by the buyer or procuring entity this field should be used to reference the entry in the parties section for the tenderer the response relates to.

requirement

The id and title of the requirement which the response is applicable to.

title Optional

: undefined | string

A title for this requirement response.

value Optional

: string | number | boolean

The value of this requirement response. The value must be of the type defined in the Requirement.dataType field.

Methods

isOfType

  • (dataType: "boolean"): this is BooleanRequirementResponse
  • (dataType: "string"): this is StringRequirementResponse
  • (dataType: "number" | "integer" | "numeric"): this is NumericRequirementResponse

Generated using TypeDoc. Made by uStudio Company with ❤️