@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
11 lines (10 loc) • 440 B
text/typescript
// https://ns.editeur.org/onix/en/217
export enum PriceIdentifierType {
_01 = '01', // Proprietary
_02 = '02', // Proprietary price point identifier
_03 = '03', // Proprietary price type identifier
_04 = '04', // Proprietary price point and type identifier
_05 = '05', // Proprietary unique price identifier
_06 = '06', // Proprietary product price point identifier
_07 = '07', // Proprietary product price type identifier
}