INPUT_OBJECT
UpdateTaxExemptionMutationInput
The input object that defines the fields for the updateTaxExemption mutation.
link GraphQL Schema definition
- input UpdateTaxExemptionMutationInput {
- # A descriptive name.
- : String
- # The jurisdictions of this `TaxExemption`.
- : [TaxJurisdiction]
- # A list of `AvalaraTaxCategory` IDs.
- : [Int64Bit]
- # A note about this entity.
- : NoteMutationInput
- }