UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

12 lines 488 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PickupShipmentDetails = void 0; /** @description Details for a pickup shipment */ class PickupShipmentDetails { /** @description Service category for the carrier (ground, express, next_day) */ pickup_service_code; /** @description List of shipments to be picked up */ shipments; } exports.PickupShipmentDetails = PickupShipmentDetails; //# sourceMappingURL=pickup-shipment-details.js.map