@gradientedge/commercetools-utils
    Preparing search index...

    Interface TaxCategoryAddTaxRateAction

    interface TaxCategoryAddTaxRateAction {
        action: "addTaxRate";
        taxRate: TaxRateDraft;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addTaxRate"
    taxRate: TaxRateDraft

    Value to append to the rates array.