@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
16 lines • 848 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DimensionDetails = void 0;
/** @description Basic structure for package dimensions */
class DimensionDetails {
/** @description This contains information about the dimensions in centimeters. This will always be present on the request */
dimensions_in_centimeters;
/** @description This contains information about the dimensions in inches. This will always be present on the request */
dimensions_in_inches;
/** @description This contains information about the dimensions in the source units. This will always be present on the request */
source_dimensions;
/** @description The source units the customer provided */
source_dimension_unit;
}
exports.DimensionDetails = DimensionDetails;
//# sourceMappingURL=dimension-details.js.map