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

The qualifications for this exception are very strict. Please ensure that the package you are shipping qualifies.

interface HazmatExceptedQuantity {
    description?: null | string;
    hazmat_division: HazmatDivision;
    packing_group: HazmatPackingGroup;
    shipper_name: string;
    [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.

hazmat_division: HazmatDivision

The class and division of the hazmat

packing_group: HazmatPackingGroup

A packing group specifying how dangerous the hazmat is

shipper_name: string

The name of the shipper