UNPKG

onix-codelist

Version:
11 lines (10 loc) 739 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BisacReturnableIndicator = void 0; var BisacReturnableIndicator; (function (BisacReturnableIndicator) { BisacReturnableIndicator[BisacReturnableIndicator["NoNotReturnable"] = 'N'] = "NoNotReturnable"; BisacReturnableIndicator[BisacReturnableIndicator["YesReturnableFullCopiesOnly"] = 'Y'] = "YesReturnableFullCopiesOnly"; BisacReturnableIndicator[BisacReturnableIndicator["YesReturnableStrippedCover"] = 'S'] = "YesReturnableStrippedCover"; BisacReturnableIndicator[BisacReturnableIndicator["Conditional"] = 'C'] = "Conditional"; })(BisacReturnableIndicator = exports.BisacReturnableIndicator || (exports.BisacReturnableIndicator = {}));