Method: Eddy::Elements::E687#code_list
- Defined in:
- lib/definitions/elements/generated/687.class_of_trade_code.rb
#code_list ⇒ Array<String>
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'lib/definitions/elements/generated/687.class_of_trade_code.rb', line 30 def code_list() return [ "AA", # Branches "AB", # Members "AC", # Commercial Enterprises "AD", # Special Trades "AG", # Agent "AI", # Importer "AP", # Purchaser "AS", # Seller "BG", # Buying Group "BR", # Broker "CB", # Combined "CN", # Consolidator (Master Distributor) "CO", # Contractor "CR", # Chain Store Retail "CX", # Confection "CY", # Convenience Store "DE", # Dealer "DF", # Doctors' Offices "DI", # Distributor "DR", # Drug Store "EX", # Exporter "FS", # Food Service "GA", # Grocery Accounts "GM", # General Merchandise "GR", # General Retail "GV", # Government "HS", # Hospitals "ID", # Industrial "IN", # Institutional "IR", # Independent Retail "JB", # Jobber "LC", # Long-term Care "MC", # Managed Care "MF", # Manufacturer "ML", # Military "OE", # OEM "OF", # Off Premise "ON", # On Premise "PF", # Professional "PH", # Outpatient Pharmacy "PT", # Pet Supply Store "PY", # Private Label "RS", # Resale "SA", # Services "SB", # Support "SE", # Securities "ST", # Stationer "TR", # General Trade "WA", # Warehousing "WC", # Warehouse Clubs "WH", # Wholesaler "WS", # User ] end |