OBJECT
AdditionalHTS
link GraphQL Schema definition
- type AdditionalHTS {
- # The reason for the additional HTS requirement
- AdditionalHTSType :
- # The additional HTS number required on the Line
- String! :
- # The additional HTS record required on the Line
- HTSPayload :
- # The additional HTS number required on the Line if over quota
- String :
- # The additional HTS record required on the Line if over quota
- HTSPayload :
- # The additional HTS number required on the Line if additional duties are required
- # (AD/CVD). Used only on 8541.40.60 (solar Cells / Modules).
- String :
- # The additional HTS record required on the Line if addtional duties are required
- # (AD/CVD). Used only on 8541.40.60 (solar Cells / Modules).
- HTSPayload :
- # The countries of origin subject to the additional HTS number requirement. Only
- # one of includedCountryCodes and excludedCountryCodes will be used.
- CountryCode!] : [
- # The countries of origin exempt from the additional HTS number requirement. Only
- # one of includedCountryCodes and excludedCountryCodes will be used.
- CountryCode!] : [
- }