@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
24 lines (23 loc) • 908 B
text/typescript
// https://ns.editeur.org/onix/en/59
export enum PriceTypeQualifier {
_00 = '00', // Unqualified price
_01 = '01', // Member/subscriber price
_02 = '02', // Export price
_03 = '03', // Reduced price applicable when the item is purchased as part of a set (or series, or collection)
_04 = '04', // Voucher price
_05 = '05', // Consumer price
_06 = '06', // Corporate / Library / Education price
_07 = '07', // Reservation order price
_08 = '08', // Promotional offer price
_09 = '09', // Linked price
_10 = '10', // Library price
_11 = '11', // Education price
_12 = '12', // Corporate price
_13 = '13', // Subscription service price
_14 = '14', // School library price
_15 = '15', // Academic library price
_16 = '16', // Public library price
_17 = '17', // Introductory price
_18 = '18', // Consortial price
_19 = '19', // Education price for alternative provision
}