Class LotGroup

Where the buyer reserves the right to combine lots, or wishes to specify the total value for a group of lots, a lot group is used to capture this information.

Constructors

constructor

Properties

id

: string

A local identifier for this group of lots.

maximumValue

The maximum estimated value of the lots in this group. This may be lower than the sum total of lot values.

optionsToCombine Optional

: undefined | false | true

The buyer reserves the right to combine the lots in this group when awarding a contract.

relatedLots Optional

: Array<Lot["id"]>

A list of the identifiers of the lots that form this group. Lots may appear in more than one group.

Generated using TypeDoc. Made by uStudio Company with ❤️