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

LineItem

import type { LineItem } from "https://aws-api.deno.dev/v0.3/services/outposts.ts?docs=full";

Information about a line item.

interface LineItem {
CatalogItemId?: string | null;
LineItemId?: string | null;
Quantity?: number | null;
Status?: LineItemStatus | null;
}

§Properties

§
CatalogItemId?: string | null
[src]

The ID of the catalog item.

§
LineItemId?: string | null
[src]

The ID of the line item.

§
Quantity?: number | null
[src]

The quantity of the line item.

§
Status?: LineItemStatus | null
[src]

The status of the line item.