Sha256: bee37fde4ff9ca5cc42c2a808ed9966c9fd876189bfd5554428275e62c7643e2
Contents?: true
Size: 510 Bytes
Versions: 9
Compression:
Stored size: 510 Bytes
Contents
# coding: utf-8 module ONIX module Lists # Code list 1 NOTIFICATION_TYPE = { 1 => "Early notification", 2 => "Advance notification (confirmed)", 3 => "Notification confirmed from book-in-hand", 4 => "Update (partial)", 5 => "Delete", 8 => "Notice of sale", 9 => "Notice of acquisition", 12 => "Update - SupplyDetail only", 13 => "Update - MarketRepresentation only", 14 => "Update - SupplyDetail and MarketRepresentation", } end end
Version data entries
9 entries across 9 versions & 2 rubygems