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

UpdateCustomLineItemFlatChargeDetails

import type { UpdateCustomLineItemFlatChargeDetails } 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 flat custom line item.

interface UpdateCustomLineItemFlatChargeDetails {
ChargeValue: number;
}

§Properties

§
ChargeValue: number
[src]

The custom line item's new fixed charge value in USD.