interface HazmatFreeFormInformation {
    fumigationDate?: string;
    hazardZoneCode?: string;
    hazmatShippingInfo?: string;
    hazmatShippingInfoOverflow?: string;
    hazmatShippingInfoQualifier?: HazmatShippingInformationQualifier;
    radioactiveActivity?: number;
    radioactiveActivityUnitCode?: RadioactiveUnitCode;
    radioactiveTransportIndex?: number;
}

Properties

fumigationDate?: string
hazardZoneCode?: string
hazmatShippingInfo?: string
hazmatShippingInfoOverflow?: string
hazmatShippingInfoQualifier?: HazmatShippingInformationQualifier
radioactiveActivity?: number
radioactiveActivityUnitCode?: RadioactiveUnitCode
radioactiveTransportIndex?: number