OBJECT

PGARequirement

Partner Government Agency HTS flag.

link GraphQL Schema definition

  • type PGARequirement {
  • # Unique flag for HTS requirement.
  • flag: String!
  • # Agency code
  • agencyCode: String
  • # Program codes available to use.
  • programCodes: [String!]
  • # Programs and processing codes available to use
  • programs: [PGAProgram!]
  • # Description of the requirement.
  • description: String
  • # Whether the PGA data is required or may be disclaimed.
  • required: Boolean
  • # Disclaimer codes available for this PGA flag, if disclaimable.
  • disclaimerCodes: [PGADisclaimerCode!]
  • # If set, the HTS number implies that this PGA requirement can likely be
  • # disclaimed using this code
  • likelyDisclaimerCode: PGADisclaimerCode
  • # If set, the HTS number implies that this PGA program code is likely correct for
  • # the agency
  • likelyProgramCode: String
  • # If set, the HTS number implies that this PGA processing code is likely correct
  • # for the agency and program
  • likelyProcessingCode: String
  • # Data needed if using PGA flag
  • fields: [SupplementalField!]
  • }

link Require by