ENUM

TaxType

Whether a Tax is applied globally or geographically.

link GraphQL Schema definition

  • enum TaxType {
  • # A tax that is only applied in a certain geography
  • GEOGRAPHICAL
  • # A tax that is applied to all customers, regardless of geography
  • GLOBAL
  • }