Home > @vsf-enterprise/commercetools-types > MutationUpdateTaxCategoryArgs
# MutationUpdateTaxCategoryArgs type
Signature:
export declare type MutationUpdateTaxCategoryArgs = {
version: Scalars['Long'];
actions: Array<TaxCategoryUpdateAction>;
id?: InputMaybe<Scalars['String']>;
key?: InputMaybe<Scalars['String']>;
};
References: Scalars, TaxCategoryUpdateAction, InputMaybe