@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
19 lines • 844 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImportedTrackingEvent = void 0;
class ImportedTrackingEvent {
/** @description The tracking information for the shipment */
tracking_info;
/**
* @description Optional method for updating the tracking information state, i.e. is the returned
* information the complete state of the package or should it be appended to the existing state.
* Defaults to `append` if not specified.
*/
update_method;
/** @description Any error messages resulting from processing the tracking event */
error_messages;
/** @description Any warning messages resulting from processing the tracking event */
warning_messages;
}
exports.ImportedTrackingEvent = ImportedTrackingEvent;
//# sourceMappingURL=imported-tracking-event.js.map