Hazardous materials in quantities low enough to be classified as Limited Quantity.

This is generally <= 1.0 Liters for liquids and <= 2.0 Kilograms for solids. However, please check the regulations regarding your specific materials.

interface HazmatLimitedQuantity {
    description?: null | string;
    id8000?: boolean;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

description?: null | string

A description of the hazmat

This has no effect on the request and is only included to prevent weirdness with types.

id8000?: boolean

ID8000 Consumer Commodities are Limited Quantity hazardous materials eligible for all modes of transportation.

This generally covers materials that are allowed as cargo on a passanger aircraft. However, please check the regulations regarding your specific materials.

false