INPUT_OBJECT
TariffInput
link GraphQL Schema definition
- input TariffInput {
- # The PGA data associated with the Tariff. Required for entry if applicable.
- PGAInput!] : [
- # Unit primary, secondary, and tertiary quantities of a tariff per product
- # quantity.
- QuantityInput!] : [
- # The HTS Number of the Tariff. Required for entry.
- HTSNumber :
- # The unit value of a tariff. Required for entry.
- Money :
- }