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

AdvertiserInvoicesListOptions

import type { AdvertiserInvoicesListOptions } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Additional options for dfareporting#advertiserInvoicesList.

interface AdvertiserInvoicesListOptions {
issueMonth?: string;
maxResults?: number;
pageToken?: string;
}

§Properties

§
issueMonth?: string
[src]

Month for which invoices are needed in the format YYYYMM. Required field

§
maxResults?: number
[src]

Maximum number of results to return.

§
pageToken?: string
[src]

Value of the nextPageToken from the previous result page.