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

CustomLineItemVersionListElement

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

A representation of a custom line item version.

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

§Properties

§
AssociationSize?: number | null
[src]

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

§
BillingGroupArn?: string | null
[src]

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

§
CreationTime?: number | null
[src]

The time when the custom line item version was created.

§
CurrencyCode?: CurrencyCode | null
[src]

The charge value currency of the custom line item.

§
Description?: string | null
[src]

The description of the custom line item.

§
EndBillingPeriod?: string | null
[src]

The end billing period of the custom line item version.

§
LastModifiedTime?: number | null
[src]

The most recent time that the custom line item version was modified.

§
Name?: string | null
[src]

The name of the custom line item.

§
ProductCode?: string | null
[src]

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

§
StartBillingPeriod?: string | null
[src]

The start billing period of the custom line item version.