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

    Interface StagedOrderChangePriceRoundingModeAction

    Changing the price rounding mode leads to recalculation of taxes.

    interface StagedOrderChangePriceRoundingModeAction {
        action: "changePriceRoundingMode";
        priceRoundingMode: RoundingMode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changePriceRoundingMode"
    priceRoundingMode: RoundingMode

    New value to set.