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

RejectEntitlementPlanChangeRequest

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

Request message for PartnerProcurementService.RejectEntitlementPlanChange.

interface RejectEntitlementPlanChangeRequest {
pendingPlanName?: string;
reason?: string;
}

§Properties

§
pendingPlanName?: string
[src]

Required. Name of the pending plan that is being rejected.

§
reason?: string
[src]

Free form text string explaining the rejection reason. Max allowed length: 256 bytes. Longer strings will be truncated.