UNPKG

onix-codelist

Version:
9 lines (8 loc) 469 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupplyContactRole = void 0; var SupplyContactRole; (function (SupplyContactRole) { SupplyContactRole[SupplyContactRole["ReturnAuthorisationContact"] = '07'] = "ReturnAuthorisationContact"; SupplyContactRole[SupplyContactRole["CustomerServicesContact"] = '99'] = "CustomerServicesContact"; })(SupplyContactRole = exports.SupplyContactRole || (exports.SupplyContactRole = {}));