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

ListMerchantReviewsResponse

import type { ListMerchantReviewsResponse } from "https://googleapis.deno.dev/v1/merchantapi:reviews_v1beta.ts";

Response message for the ListMerchantsReview method.

interface ListMerchantReviewsResponse {
merchantReviews?: MerchantReview[];
nextPageToken?: string;
}

§Properties

§
merchantReviews?: MerchantReview[]
[src]

The merchant review.

§
nextPageToken?: string
[src]

The token to retrieve the next page of results.