Changing the price rounding mode leads to recalculation of taxes.

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

Hierarchy (View Summary)

Properties

action: "changePriceRoundingMode"
priceRoundingMode: RoundingMode

New value to set.