@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
12 lines (11 loc) • 361 B
text/typescript
// https://ns.editeur.org/onix/en/57
export enum UnpricedItemType {
_01 = '01', // Free of charge
_02 = '02', // Price to be announced
_03 = '03', // Not sold separately
_04 = '04', // Contact supplier
_05 = '05', // Not sold as set
_06 = '06', // Revenue share
_07 = '07', // Calculated from contents
_08 = '08', // Supplier does not supply
}