INPUT_OBJECT

TariffInput

link GraphQL Schema definition

  • input TariffInput {
  • # The PGA data associated with the Tariff. Required for entry if applicable.
  • pga: [PGAInput!]
  • # Unit primary, secondary, and tertiary quantities of a tariff per product
  • # quantity.
  • unitQuantities: [QuantityInput!]
  • # The HTS Number of the Tariff. Required for entry.
  • htsNumber: HTSNumber
  • # The unit value of a tariff. Required for entry.
  • unitValue: Money
  • }