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

Seller

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

Represents a seller of inventory. Each seller is identified by a unique Ad Manager account ID.

interface Seller {
accountId?: string;
readonly subAccountId?: string;
}

§Properties

§
accountId?: string
[src]

The unique ID for the seller. The seller fills in this field. The seller account ID is then available to buyer in the product.

§
readonly subAccountId?: string
[src]

Output only. Ad manager network code for the seller.