onix-codelist
Version:
ONIX 3.0 Code lists
12 lines (11 loc) • 582 B
TypeScript
export declare enum SalesRightsType {
SalesRightsUnknownOrUnstatedForAnyReason,
ForSaleWithExclusiveRightsInTheSpecifiedCountriesOrTerritories,
ForSaleWithExclusiveRightsInTheSpecifiedCountriesOrTerritories_deprecated,
ForSaleWithNonExclusiveRightsInTheSpecifiedCountriesOrTerritories,
ForSaleWithNonExclusiveRightsInTheSpecifiedCountriesOrTerritories_deprecated,
NotForSaleInTheSpecifiedCountries,
NotForSaleInTheSpecifiedCountriesExclusiveRights,
NotForSaleInTheSpecifiedCountriesNonExclusiveRights,
NotForSaleInTheSpecifiedCountriesNoRights
}