OBJECT
HTSFee
Tax or fee required by an HTS number. See https://help.inlt.com/customs-brokerage/duties-taxes-and-fees.
link GraphQL Schema definition
- type HTSFee {
- # Fee class code defined in CATAIR.
- : String
- # Whether the fee is considered a tax or fee by CBP.
- : HTSFeeType
- # Fee name.
- : String
- # Fee computation code.
- : String
- # Readable fee calculation formula.
- : String
- # Rate object used to calculate fee.
- : HTSRate
- # Whether the fee is required or may be disclaimed.
- : Boolean
- }