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

MerchantReviewStatus

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

The status of a merchant review, data validation issues, that is, information about a merchant review computed asynchronously.

interface MerchantReviewStatus {
readonly createTime?: Date;
readonly destinationStatuses?: MerchantReviewDestinationStatus[];
readonly itemLevelIssues?: MerchantReviewItemLevelIssue[];
readonly lastUpdateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Date on which the item has been created, in ISO 8601 format.

§
readonly destinationStatuses?: MerchantReviewDestinationStatus[]
[src]

Output only. The intended destinations for the merchant review.

§
readonly itemLevelIssues?: MerchantReviewItemLevelIssue[]
[src]

Output only. A list of all issues associated with the merchant review.

§
readonly lastUpdateTime?: Date
[src]

Output only. Date on which the item has been last updated, in ISO 8601 format.