Information needed to ship a package containing dry ice

interface HazmatDryIce {
    carrier_specific?: null | CarrierSpecificDryIceInfo;
    description?: null | string;
    weight: WeightInput;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

carrier_specific?: null | CarrierSpecificDryIceInfo

Information specific carriers need for dry ice

description?: null | string

A description of the hazmat

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

weight: WeightInput

The weight of the dry ice