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

ListCustomLineItemFlatChargeDetails

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

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

interface ListCustomLineItemFlatChargeDetails {
ChargeValue: number;
}

§Properties

§
ChargeValue: number
[src]

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