Changing the tax rounding mode leads to recalculation of taxes.

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

Hierarchy (View Summary)

Properties

action: "changeTaxRoundingMode"
taxRoundingMode: RoundingMode

New value to set.