SuspendEntitlementRequest
import type { SuspendEntitlementRequest } from "https://googleapis.deno.dev/v1/cloudcommerceprocurement:v1.ts";
Request message for ParterProcurementService.SuspendEntitlement. This is not yet supported.
interface SuspendEntitlementRequest {
reason?: string;
}