UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

12 lines 642 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DangerousGoodsInnerPackaging = void 0; /** @description An object detailing the inner packaging of the dangerous good. */ class DangerousGoodsInnerPackaging { /** @description The type of inner packaging used (e.g., "Glass Bottle", "Plastic Jar", "Metal Can"). */ type; /** @description The number of individual inner packagings contained within the outer package for this specific dangerous good. */ quantity; } exports.DangerousGoodsInnerPackaging = DangerousGoodsInnerPackaging; //# sourceMappingURL=dangerous-goods-inner-packaging.js.map