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

PrivateAuctionTerms

import type { PrivateAuctionTerms } from "https://googleapis.deno.dev/v1/authorizedbuyersmarketplace:v1.ts";

Pricing terms for Private Auctions.

interface PrivateAuctionTerms {
floorPrice?: Price;
readonly openAuctionAllowed?: boolean;
}

§Properties

§
floorPrice?: Price
[src]

The minimum price buyer has to bid to compete in the private auction.

§
readonly openAuctionAllowed?: boolean
[src]

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