INPUT_OBJECT

CreateTaxExemptionMutationInput

The input object that defines the fields for the createTaxExemption mutation.

link GraphQL Schema definition

  • input CreateTaxExemptionMutationInput {
  • # The ID of an `TaxProvider`.
  • tax_provider_id: Int64Bit!
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # A descriptive name.
  • name: String!
  • # The jurisdictions of this `TaxExemption`.
  • jurisdictions: [TaxJurisdiction]!
  • # A list of `AvalaraTaxCategory` IDs.
  • avalara_tax_category_ids: [Int64Bit]!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by