@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 623 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CarrierWeight = void 0;
/** @description Represents the actual weight and unit supplied by a carrier based on the ingredients provided. */
class CarrierWeight {
/** @description The actual weight value assessed by the carrier based on the ingredients provided, it may be used for customer billing purposes. */
value;
/** @description The unit of measurement for the carrier weight, it may be used for customer billing purposes. */
unit;
}
exports.CarrierWeight = CarrierWeight;
//# sourceMappingURL=carrier-weight.js.map