deals property

List<Deal>? deals
getter/setter pair

The deals associated with this proposal.

For Private Auction proposals (whose deals have NonGuaranteedAuctionTerms), there will only be one deal.

Implementation

core.List<Deal>? deals;