@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
14 lines (13 loc) • 423 B
text/typescript
// https://ns.editeur.org/onix/en/92
export enum SupplierIdentifierType {
_01 = '01', // Proprietary
_02 = '02', // Proprietary
_04 = '04', // Börsenverein Verkehrsnummer
_05 = '05', // German ISBN Agency publisher identifier
_06 = '06', // GLN
_07 = '07', // SAN
_12 = '12', // Distributeurscode Boekenbank
_13 = '13', // Fondscode Boekenbank
_16 = '16', // ISNI
_23 = '23', // VAT Identity Number
}