Home > @vsf-enterprise/commercetools-types > TaxCategoryReplaceTaxRate
# TaxCategoryReplaceTaxRate type
Signature:
export declare type TaxCategoryReplaceTaxRate = {
taxRateId: Scalars['String'];
taxRate: TaxRateDraft;
};
References: Scalars, TaxRateDraft