Interface ShippingApiModelV2DangerousGoodsDetails

Details related to any dangerous goods/items that are being shipped.

DangerousGoodsDetails

interface ShippingApiModelV2DangerousGoodsDetails {
    packingGroup?:
        | "I"
        | "II"
        | "III"
        | ShippingApiModelV2DangerousGoodsDetailsPackingGroupEnum;
    packingInstruction?: | "PI965_SECTION_IA"
    | "PI965_SECTION_IB"
    | "PI965_SECTION_II"
    | "PI966_SECTION_I"
    | "PI966_SECTION_II"
    | "PI967_SECTION_I"
    | "PI967_SECTION_II"
    | "PI968_SECTION_IA"
    | "PI968_SECTION_IB"
    | "PI969_SECTION_I"
    | "PI969_SECTION_II"
    | "PI970_SECTION_I"
    | "PI970_SECTION_II"
    | ShippingApiModelV2DangerousGoodsDetailsPackingInstructionEnum;
    transportationRegulatoryClass?: string;
    unitedNationsRegulatoryId?: string;
}

Properties

packingGroup?:
    | "I"
    | "II"
    | "III"
    | ShippingApiModelV2DangerousGoodsDetailsPackingGroupEnum

The specific packaging group of the item being shipped.

DangerousGoodsDetails

packingInstruction?:
    | "PI965_SECTION_IA"
    | "PI965_SECTION_IB"
    | "PI965_SECTION_II"
    | "PI966_SECTION_I"
    | "PI966_SECTION_II"
    | "PI967_SECTION_I"
    | "PI967_SECTION_II"
    | "PI968_SECTION_IA"
    | "PI968_SECTION_IB"
    | "PI969_SECTION_I"
    | "PI969_SECTION_II"
    | "PI970_SECTION_I"
    | "PI970_SECTION_II"
    | ShippingApiModelV2DangerousGoodsDetailsPackingInstructionEnum

The specific packing instruction of the item being shipped.

DangerousGoodsDetails

transportationRegulatoryClass?: string

The specific regulatory class of the item being shipped.

DangerousGoodsDetails

unitedNationsRegulatoryId?: string

The specific UNID of the item being shipped.

DangerousGoodsDetails

MMNEPVFCICPMFPCPTTAAATR