OBJECT
PGARequirement
Partner Government Agency HTS flag.
link GraphQL Schema definition
- type PGARequirement {
- # Unique flag for HTS requirement.
- : String!
- # Agency code
- : String
- # Program codes available to use.
- : [String!]
- # Programs and processing codes available to use
- : [PGAProgram!]
- # Description of the requirement.
- : String
- # Whether the PGA data is required or may be disclaimed.
- : Boolean
- # Disclaimer codes available for this PGA flag, if disclaimable.
- : [PGADisclaimerCode!]
- # If set, the HTS number implies that this PGA requirement can likely be
- # disclaimed using this code
- : PGADisclaimerCode
- # If set, the HTS number implies that this PGA program code is likely correct for
- # the agency
- : String
- # If set, the HTS number implies that this PGA processing code is likely correct
- # for the agency and program
- : String
- # Data needed if using PGA flag
- : [SupplementalField!]
- }