GraphQL ENUM

TaxTypeEnum

Enum of valid tax types.

link Definition

  • enum TaxTypeEnum {
  • # Special Levy
  • SPL
  • # Special Levy (GH COVID-19 Recovery)
  • SP_2
  • # Special Levy (GH GETFund)
  • SP_1
  • # ChinaTax
  • CNT
  • # SalesAndServiceTax
  • SST
  • # Goods and Services Tax
  • GST
  • # Sales Tax
  • STX
  • # Quebec Sales Tax
  • QST
  • # Value Added Tax
  • VAT
  • # Consumption Tax
  • CTX
  • # Provincial Sales Tax
  • PST
  • # Federal Sales Tax
  • FST
  • }