AdvertisersInvoicesListOptions
import type { AdvertisersInvoicesListOptions } from "https://googleapis.deno.dev/v1/displayvideo:v4.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.