UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

16 lines 777 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WeightDetails = void 0; /** @description Basic structure for weight */ class WeightDetails { /** @description This contains information about the weight in ounces. This will always be present on the request */ weight_in_ounces; /** @description This contains information about the weight in grams. This will always be present on the request */ weight_in_grams; /** @description This contains information about the weight in source unit. This will always be present on the request */ source_weight; /** @description The source units the customer provided */ source_weight_unit; } exports.WeightDetails = WeightDetails; //# sourceMappingURL=weight-details.js.map