GraphQL OBJECT

ContactTaxType

Holds a tax- and its tax type ID.

link Definition

  • type ContactTaxType {
  • # The tax ID.
  • taxId: String
  • # The tax type.
  • taxType: TaxType
  • # Id of the tax type.
  • taxTypeId: TaxTypeEnum @deprecated( reason: "Replaced by taxType." )
  • }