TaxClassUpdateInput
No description
input TaxClassUpdateInput {
  name: String
  updateCountryRates: [CountryRateUpdateInput!]
  removeCountryRates: [CountryCode!]
}
Fields
TaxClassUpdateInput.name ● String scalar miscellaneous
Name of the tax class.
TaxClassUpdateInput.updateCountryRates ● [CountryRateUpdateInput!] list input taxes
List of country-specific tax rates to create or update for this tax class.
TaxClassUpdateInput.removeCountryRates ● [CountryCode!] list enum miscellaneous
List of country codes for which to remove the tax class rates. Note: It removes all rates for given country code.
Member Of
taxClassUpdate mutation