@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
31 lines (30 loc) • 890 B
text/typescript
// https://ns.editeur.org/onix/en/99
export enum SpecialCoverMaterial {
_01 = '01', // Berkshire leather
_02 = '02', // Calfskin
_03 = '03', // French Morocco
_04 = '04', // Morocco
_05 = '05', // Bonded buffalo grain
_06 = '06', // Bonded calf grain
_07 = '07', // Bonded Cordova
_08 = '08', // Bonded eelskin
_09 = '09', // Bonded Ostraleg
_10 = '10', // Bonded ostrich
_11 = '11', // Bonded reptile grain
_12 = '12', // Bonded leather
_13 = '13', // Cowhide
_14 = '14', // Eelskin
_15 = '15', // Kivar
_16 = '16', // Leatherflex
_17 = '17', // Moleskin
_18 = '18', // Softhide leather
_19 = '19', // Metal
_20 = '20', // Velvet
_21 = '21', // Mother-of-pearl
_22 = '22', // Papyrus
_23 = '23', // Géltex / Wibalin
_24 = '24', // Guaflex / Skivertex
_25 = '25', // Imitation leather
_26 = '26', // Pigskin
_27 = '27', // Goatskin
}