UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

20 lines 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DangerousGoodsDeclaration = void 0; /** @description An object containing high-level information about the dangerous goods declaration for the entire shipment. */ class DangerousGoodsDeclaration { /** @description Indicates whether a shipper declaration is required for the dangerous goods shipment */ shipper_declaration; /** @description Name of the regulatory authority */ regulation_set; /** @description Contact information for Dangerous goods */ emergency_contact; /** @description An object containing details of the person signing the dangerous goods declaration. */ signatory; /** @description Any supplementary instructions or special provisions related to the handling of the dangerous goods shipment, such as competent authority approvals or specific handling requirements. */ additional_handling_information; /** @description Indicates whether the shipment contains alcohol */ contains_alcohol; } exports.DangerousGoodsDeclaration = DangerousGoodsDeclaration; //# sourceMappingURL=dangerous-goods-declaration.js.map