UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

12 lines 475 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServicePointShipment = void 0; /** @description The shipment information related to the service point */ class ServicePointShipment { /** @description Detailed information about the weight of this item */ total_weight; /**@description Pacakges in shipment */ packages; } exports.ServicePointShipment = ServicePointShipment; //# sourceMappingURL=service-point-shipment.js.map