@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Label = void 0;
/** @description Basic structure of a manifest label */
class Label {
/** @description The carrier tracking number for this shipment */
tracking_number;
/** @description The carrier specific identifier for this shipment */
carrier_transaction_id;
}
exports.Label = Label;
//# sourceMappingURL=label.js.map