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

ListNonBillableWinningBidsResponse

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

Response message for listing all reasons for which a buyer was not billed for a winning bid.

interface ListNonBillableWinningBidsResponse {
nextPageToken?: string;
nonBillableWinningBidStatusRows?: NonBillableWinningBidStatusRow[];
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the ListNonBillableWinningBidsRequest.pageToken field in the subsequent call to the nonBillableWinningBids.list method to retrieve the next page of results.

§
nonBillableWinningBidStatusRows?: NonBillableWinningBidStatusRow[]
[src]

List of rows, with counts of bids not billed aggregated by reason.