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

UpdateCustomLineItemPercentageChargeDetails

import type { UpdateCustomLineItemPercentageChargeDetails } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";

A representation of the new charge details that are associated with a percentage custom line item.

interface UpdateCustomLineItemPercentageChargeDetails {
PercentageValue: number;
}

§Properties

§
PercentageValue: number
[src]

The custom line item's new percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.