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

PauseFinalizedDealRequest

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

Request message for pausing a finalized deal.

interface PauseFinalizedDealRequest {
reason?: string;
}

§Properties

§
reason?: string
[src]

The reason to pause the finalized deal, will be displayed to the seller. Maximum length is 1000 characters.