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

ListFinalizedDealsResponse

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

Response message for listing finalized deals.

interface ListFinalizedDealsResponse {
finalizedDeals?: FinalizedDeal[];
nextPageToken?: string;
}

§Properties

§
finalizedDeals?: FinalizedDeal[]
[src]

The list of finalized deals.

§
nextPageToken?: string
[src]

Token to fetch the next page of results.