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

Buyer

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

Represents a buyer of inventory. Each buyer is identified by a unique Authorized Buyers account ID.

interface Buyer {
accountId?: string;
}

§Properties

§
accountId?: string
[src]

Authorized Buyers account ID of the buyer.