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

GoogleCloudChannelV1PercentageAdjustment

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

An adjustment that applies a flat markup or markdown to an entire bill.

interface GoogleCloudChannelV1PercentageAdjustment {
percentage?: GoogleTypeDecimal;
}

§Properties

§

The percentage of the bill to adjust. For example: Mark down by 1% => "-1.00" Mark up by 1% => "1.00" Pass-Through => "0.00"