ENUM

LPCOExemptionCode

The reason why a permit is not required.

link GraphQL Schema definition

  • enum LPCOExemptionCode {
  • # Not engaged in the business of importing (for example, one-time personal use
  • # importation)
  • TTBEX1
  • # Beer not made with both malted barley and hops or malt beverage that is not the
  • # product of alcoholic fermentation
  • TTBEX2
  • # Wine containing less than 7% alcohol by volume
  • TTBEX3
  • # Wine for industrial use
  • TTBEX4
  • # Distilled spirits for industrial use
  • TTBEX5
  • # Tobacco does not meet the definition of “processed tobacco” under the IRC
  • TTBEX6
  • # COLA waiver granted
  • TTBEX7
  • # Malt beverages withdrawn for consumption in a state that does not require
  • # labeling in conformity with the FAA Act
  • TTBEX8
  • # Bulk distilled spirits (in containers of over one gallon)
  • TTBEX9
  • # Bulk wine (not for sale at retail)
  • TTBEX10
  • # Bulk malt beverages (not for sale at retail)
  • TTBEX11
  • # Not for sale or any other commercial purpose
  • TTBEX12
  • # This is a tobacco substitute and not a “tobacco product” under the IRC
  • TTBEX13
  • # Completely Denatured Alcohol produced in the Virgin Islands
  • TTBEX14
  • # Importer is a State or other political subdivision agency
  • TTBEX15
  • }