Information only UPS needs for hazmat

interface UpsSpecificOtherHazmatInformation {
    count_of_items: number;
    hazard_labels_applied: string[];
    packaging_instruction_code?: null | string;
    packaging_type: UpsPackagingType;
    quantity: ArbitraryMeasurement;
    reportable_quantity: boolean;
    special_provision_remarks?: null | string;
    subrisk_hazmat_divisions?: HazmatDivision[];
    transportation_mode: UpsTransportationMode;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

count_of_items: number

The number of items for which this hazmat declaration applies

hazard_labels_applied: string[]

The hazard labels applied to the shipment

packaging_instruction_code?: null | string

The UNECE packaging code, if applicable

packaging_type: UpsPackagingType

The type of packaging used for the material

A user-provided measurement with arbitrary units

reportable_quantity: boolean

Whether the quantity being shipped is considered reportable according to 40 CFR 117.3.

special_provision_remarks?: null | string

Notes about special provisions applied to the shipment

subrisk_hazmat_divisions?: HazmatDivision[]

Other Hazmat Divisions that apply to this material, other than the primary division

transportation_mode: UpsTransportationMode

The mode of transport approved for the material