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

AdvertisersInvoicesListOptions

import type { AdvertisersInvoicesListOptions } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Additional options for DisplayVideo#advertisersInvoicesList.

interface AdvertisersInvoicesListOptions {
issueMonth?: string;
loiSapinInvoiceType?: "LOI_SAPIN_INVOICE_TYPE_UNSPECIFIED" | "LOI_SAPIN_INVOICE_TYPE_MEDIA" | "LOI_SAPIN_INVOICE_TYPE_PLATFORM";
pageSize?: number;
pageToken?: string;
}

§Properties

§
issueMonth?: string
[src]

The month to list the invoices for. If not set, the request will retrieve invoices for the previous month. Must be in the format YYYYMM.

§
loiSapinInvoiceType?: "LOI_SAPIN_INVOICE_TYPE_UNSPECIFIED" | "LOI_SAPIN_INVOICE_TYPE_MEDIA" | "LOI_SAPIN_INVOICE_TYPE_PLATFORM"
[src]

Select type of invoice to retrieve for Loi Sapin advertisers. Only applicable to Loi Sapin advertisers. Will be ignored otherwise.

§
pageSize?: number
[src]

Requested page size. Must be between 1 and 200. If unspecified will default to 100. Returns error code INVALID_ARGUMENT if an invalid value is specified.

§
pageToken?: string
[src]

A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to ListInvoices method. If not specified, the first page of results will be returned.