OBJECT

CasePayload

link GraphQL Schema definition

  • type CasePayload {
  • # AD/CVD Case number
  • id: CaseNumber!
  • # Official Case name
  • name: String
  • # The country of origin where the Case applies
  • countryCode: CountryCode
  • # Status of Case
  • status: CaseStatus
  • # Effective date
  • effectiveDate: DateTime
  • # Link to the scope decision of the case
  • scopeURL: URL
  • # The manufacturer the Case applies to
  • manufacturerName: String
  • # The seller (foreign exporter) the Case applies to
  • sellerName: String
  • # AD/CVD Case duty rates
  • rates: [CaseRate!]
  • # AD/CVD Case event history
  • events: [CaseEvent!]
  • # AD/CVD Case Tariff
  • tariffs: [CaseTariff!]
  • # AD/CVD Case payment options: Bond or Cash
  • bondOrCash: [CaseBondOrCash!]
  • # AD/CVD Case liquidation suspension history
  • liquidationSuspensions: [CaseLiquidationSuspension!]
  • }