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

ListAccountsResponse

import type { ListAccountsResponse } from "https://googleapis.deno.dev/v1/cloudcommerceprocurement:v1.ts";

Response message for [PartnerProcurementService.ListAccounts[].

interface ListAccountsResponse {
accounts?: Account[];
nextPageToken?: string;
}

§Properties

§
accounts?: Account[]
[src]

The list of accounts in this response.

§
nextPageToken?: string
[src]

The token for fetching the next page.