@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 641 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DisplayScheme = void 0;
/** @description The display scheme that the label will be returned in */
var DisplayScheme;
(function (DisplayScheme) {
/** @description Indicates that a shipping label will be returned, default option */
DisplayScheme["Label"] = "label";
/** @description Indicates that a paperless label will be returned if available. For example: a qr code image. */
DisplayScheme["PaperlessLabel"] = "paperless_label";
})(DisplayScheme || (exports.DisplayScheme = DisplayScheme = {}));
//# sourceMappingURL=display-scheme.js.map