Information needed to ship a package containing lithium batteries

interface HazmatLithiumBattery {
    battery_type: LithiumBatteryType;
    condition: LithiumBatteryCondition;
    containment: LithiumBatteryContainment;
    description?: null | string;
    marked: boolean;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

battery_type: LithiumBatteryType

The type of lithium battery being shipped

The condition of the lithium battery

Where the lithium battery is contained in the packagge

description?: null | string

A description of the hazmat

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

marked: boolean

Whether the package has a lithium battery indicator label on the outside