ListInvoicesResponseCopyimport type { ListInvoicesResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";interface ListInvoicesResponse {invoices?: Invoice[];nextPageToken?: string;}§Properties§invoices?: Invoice[][src]The list of invoices. This list will be absent if empty. §nextPageToken?: string[src]A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListInvoices method to retrieve the next page of results. This token will be absent if there are no more invoices to return.