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

    Interface StagedOrderChangeTaxRoundingModeAction

    Changing the tax rounding mode leads to recalculation of taxes.

    interface StagedOrderChangeTaxRoundingModeAction {
        action: "changeTaxRoundingMode";
        taxRoundingMode: RoundingMode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeTaxRoundingMode"
    taxRoundingMode: RoundingMode

    New value to set.