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

RejectEntitlementRequest

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

Request message for PartnerProcurementService.RejectEntitlement.

interface RejectEntitlementRequest {
reason?: string;
}

§Properties

§
reason?: string
[src]

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