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

UpdateCustomLineItemChargeDetails

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

A representation of the new charge details of a custom line item. This should contain only one of Flat or Percentage.

interface UpdateCustomLineItemChargeDetails {}

§Properties

§

An UpdateCustomLineItemFlatChargeDetails that describes the new charge details of a flat custom line item.

§

An UpdateCustomLineItemPercentageChargeDetails that describes the new charge details of a percentage custom line item.