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

DeleteCustomLineItemInput

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

§Properties

§
Arn: string
[src]

The ARN of the custom line item to be deleted.

§
BillingPeriodRange?: CustomLineItemBillingPeriodRange | null
[src]