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

RejectAccountRequest

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

Request message for PartnerProcurementService.RejectAccount.

interface RejectAccountRequest {
approvalName?: string;
reason?: string;
}

§Properties

§
approvalName?: string
[src]

The name of the approval being rejected. If absent and there is only one approval possible, that approval will be rejected. If absent and there are many approvals possible, the request will fail with a 400 Bad Request. Optional.

§
reason?: string
[src]

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