onix-codelist
Version:
ONIX 3.0 Code lists
17 lines (16 loc) • 1.3 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupplierIdentifierType = void 0;
var SupplierIdentifierType;
(function (SupplierIdentifierType) {
SupplierIdentifierType[SupplierIdentifierType["Proprietary"] = '01'] = "Proprietary";
SupplierIdentifierType[SupplierIdentifierType["Proprietary_deprecated"] = '02'] = "Proprietary_deprecated";
SupplierIdentifierType[SupplierIdentifierType["BorsenvereinVerkehrsnummer"] = '04'] = "BorsenvereinVerkehrsnummer";
SupplierIdentifierType[SupplierIdentifierType["GermanIsbnAgencyPublisherIdentifier"] = '05'] = "GermanIsbnAgencyPublisherIdentifier";
SupplierIdentifierType[SupplierIdentifierType["Gln"] = '06'] = "Gln";
SupplierIdentifierType[SupplierIdentifierType["San"] = '07'] = "San";
SupplierIdentifierType[SupplierIdentifierType["DistributeurscodeBoekenbank"] = '12'] = "DistributeurscodeBoekenbank";
SupplierIdentifierType[SupplierIdentifierType["FondscodeBoekenbank"] = '13'] = "FondscodeBoekenbank";
SupplierIdentifierType[SupplierIdentifierType["Isni"] = '16'] = "Isni";
SupplierIdentifierType[SupplierIdentifierType["VatIdentityNumber"] = '23'] = "VatIdentityNumber";
})(SupplierIdentifierType = exports.SupplierIdentifierType || (exports.SupplierIdentifierType = {}));