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

UpdateCustomLineItemInput

import type { UpdateCustomLineItemInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface UpdateCustomLineItemInput {
Arn: string;
BillingPeriodRange?: CustomLineItemBillingPeriodRange | null;
ChargeDetails?: UpdateCustomLineItemChargeDetails | null;
Description?: string | null;
Name?: string | null;
}

§Properties

§
Arn: string
[src]

The ARN of the custom line item to be updated.

§
BillingPeriodRange?: CustomLineItemBillingPeriodRange | null
[src]
§

A ListCustomLineItemChargeDetails containing the new charge details for the custom line item.

§
Description?: string | null
[src]

The new line item description of the custom line item.

§
Name?: string | null
[src]

The new name for the custom line item.