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`.
- Int64Bit! :
- # The ID of an Account.
- Int64Bit! :
- # A descriptive name.
- String! :
- # The jurisdictions of this `TaxExemption`.
- TaxJurisdiction]! : [
- # A list of `AvalaraTaxCategory` IDs.
- Int64Bit]! : [
- # A note about this entity.
- NoteMutationInput :
- }