GraphQL INPUT_OBJECT

TaxTypeInput

Defines value pairs of tax types and the corresponding tax IDs.

link Definition

  • input TaxTypeInput {
  • # The actual tax ID.
  • taxId: String!
  • # Type of the tax ID.
  • taxTypeId: TaxTypeEnum!
  • }