GraphQL OBJECT

TaxType

Type of applicable tax, for example, sales tax, or value-added tax.

link Definition

  • type TaxType {
  • # Id of the tax type.
  • id: TaxTypeEnum
  • # Name of the tax type.
  • name: String
  • }