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

DealPausingInfo

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

Information related to deal pausing.

interface DealPausingInfo {
pauseReason?: string;
pauseRole?: "BUYER_SELLER_ROLE_UNSPECIFIED" | "BUYER" | "SELLER";
pausingConsented?: boolean;
}

§Properties

§
pauseReason?: string
[src]

The reason for the pausing of the deal; empty for active deals.

§
pauseRole?: "BUYER_SELLER_ROLE_UNSPECIFIED" | "BUYER" | "SELLER"
[src]

The party that first paused the deal; unspecified for active deals.

§
pausingConsented?: boolean
[src]

Whether pausing is consented between buyer and seller for the deal.