TaxCategoryUpdateAction
type TaxCategoryUpdateAction = {
changeName?: InputMaybe<TaxCategoryChangeName>;
setDescription?: InputMaybe<TaxCategorySetDescription>;
addTaxRate?: InputMaybe<TaxCategoryAddTaxRate>;
replaceTaxRate?: InputMaybe<TaxCategoryReplaceTaxRate>;
removeTaxRate?: InputMaybe<TaxCategoryRemoveTaxRate>;
setKey?: InputMaybe<SetTaxCategoryKey>;
};