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

CustomLineItemChargeDetails

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

The charge details of a custom line item. It should contain only one of Flat or Percentage.

interface CustomLineItemChargeDetails {}

§Properties

§

A CustomLineItemFlatChargeDetails that describes the charge details of a flat custom line item.

§

A CustomLineItemPercentageChargeDetails that describes the charge details of a percentage custom line item.

§

The type of the custom line item that indicates whether the charge is a fee or credit.