@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
18 lines • 785 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LabelPackage = void 0;
/** @description Package information provided by the carrier */
class LabelPackage {
/** @description Tracking number for the package */
tracking_number;
/** @description Tracking URL for the package */
tracking_url;
/** @description Non-tracking alternative ids associated with this package */
alternative_identifiers;
/** @description Documents associated with this package, if documents are not specified at a package level, use the Documents array at the CreateLabelResponse level. */
documents;
/** @description Paperless details */
paperless_details;
}
exports.LabelPackage = LabelPackage;
//# sourceMappingURL=label-package.js.map