UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

16 lines 848 B
"use strict"; 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