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

ApproveAccountRequest

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

Request message for PartnerProcurementService.ApproveAccount.

interface ApproveAccountRequest {
approvalName?: string;
properties?: {
[key: string]: string;
}
;
reason?: string;
}

§Properties

§
approvalName?: string
[src]

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

§
properties?: {
[key: string]: string;
}
[src]

Set of properties that should be associated with the account. Optional.

§
reason?: string
[src]

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