@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
12 lines (11 loc) • 379 B
text/typescript
// https://ns.editeur.org/onix/en/204
export enum OnixReturnsConditions {
_00 = '00', // Unspecified
_01 = '01', // Consignment
_02 = '02', // Firm sale
_03 = '03', // Sale or return
_04 = '04', // Direct fulfillment
_05 = '05', // Sale or return of saleable copies
_06 = '06', // Sale or return of stripped covers
_07 = '07', // Sale or certified destruction
}