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

CustomLineItemListElement

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

A representation of a custom line item.

interface CustomLineItemListElement {
Arn?: string | null;
AssociationSize?: number | null;
BillingGroupArn?: string | null;
ChargeDetails?: ListCustomLineItemChargeDetails | null;
CreationTime?: number | null;
CurrencyCode?: CurrencyCode | null;
Description?: string | null;
LastModifiedTime?: number | null;
Name?: string | null;
ProductCode?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Names (ARNs) for custom line items.

§
AssociationSize?: number | null
[src]

The number of resources that are associated to the custom line item.

§
BillingGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.

§

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

§
CreationTime?: number | null
[src]

The time created.

§
CurrencyCode?: CurrencyCode | null
[src]

The custom line item's charge value currency. Only one of the valid values can be used.

§
Description?: string | null
[src]

The custom line item's description. This is shown on the Bills page in association with the charge value.

§
LastModifiedTime?: number | null
[src]

The most recent time when the custom line item was modified.

§
Name?: string | null
[src]

The custom line item's name.

§
ProductCode?: string | null
[src]

The product code that's associated with the custom line item.