@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
14 lines (13 loc) • 481 B
text/typescript
// https://ns.editeur.org/onix/en/198
export enum ProductContactRole {
_00 = '00', // Metadata contact
_01 = '01', // Accessibility request contact
_02 = '02', // Promotional contact
_03 = '03', // Advertising contact
_04 = '04', // Review copy contact
_05 = '05', // Evaluation copy contact
_06 = '06', // Permissions contact
_07 = '07', // Return authorisation contact
_08 = '08', // CIP / Legal deposit contact
_09 = '09', // Rights and licensing contact
}