@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
11 lines (10 loc) • 310 B
text/typescript
// https://ns.editeur.org/onix/en/230
export enum PriceConstraintType {
_00 = '00', // No price-specific constraints
_01 = '01', // Preview
_06 = '06', // Lend
_07 = '07', // Time-limited license
_08 = '08', // Loan renewal
_09 = '09', // Multi-user license
_10 = '10', // Preview on premises
}