GraphQL OBJECT
ContactTaxType
Holds a tax- and its tax type ID.
link Definition
- type ContactTaxType {
- # The tax ID.
- : String
- # The tax type.
- : TaxType
- # Id of the tax type.
- : TaxTypeEnum @deprecated( reason: "Replaced by taxType." )
- }
GraphQL OBJECT
Holds a tax- and its tax type ID.
- type ContactTaxType {
- # The tax ID.
- : String
- # The tax type.
- : TaxType
- # Id of the tax type.
- : TaxTypeEnum @deprecated( reason: "Replaced by taxType." )
- }