Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NonGuaranteedAuctionTerms

import type { NonGuaranteedAuctionTerms } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Terms for Private Auctions. Note that Private Auctions can be created only by the seller, but they can be returned in a get or list request.

interface NonGuaranteedAuctionTerms {
autoOptimizePrivateAuction?: boolean;
reservePricesPerBuyer?: PricePerBuyer[];
}

§Properties

§
autoOptimizePrivateAuction?: boolean
[src]

True if open auction buyers are allowed to compete with invited buyers in this private auction.

§
reservePricesPerBuyer?: PricePerBuyer[]
[src]

Reserve price for the specified buyer.