@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
16 lines • 933 B
JavaScript
;
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 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;
}
exports.DangerousGoodsDeclaration = DangerousGoodsDeclaration;
//# sourceMappingURL=dangerous-goods-declaration.js.map