OBJECT
CasePayload
link GraphQL Schema definition
- type CasePayload {
 - #   AD/CVD Case number
 - : CaseNumber! 
 - #   Official Case name
 - : String 
 - #   The country of origin where the Case applies
 - : CountryCode 
 - #   Status of Case
 - : CaseStatus 
 - #   Effective date
 - : DateTime 
 - #   Link to the scope decision of the case
 - : URL 
 - #   The manufacturer the Case applies to
 - : String 
 - #   The seller (foreign exporter) the Case applies to
 - : String 
 - #   AD/CVD Case duty rates
 - : [CaseRate!] 
 - #   AD/CVD Case event history
 - : [CaseEvent!] 
 - #   AD/CVD Case Tariff
 - : [CaseTariff!] 
 - #   AD/CVD Case payment options: Bond or Cash
 - : [CaseBondOrCash!] 
 - #   AD/CVD Case liquidation suspension history
 - : [CaseLiquidationSuspension!] 
 - }