Typescript SDK Type Docs
Preparing search index...
Platform SDK
CartChangePriceRoundingModeAction
Interface CartChangePriceRoundingModeAction
Changing the price rounding mode leads to
recalculation of taxes
.
interface
CartChangePriceRoundingModeAction
{
action
:
"changePriceRoundingMode"
;
priceRoundingMode
:
RoundingMode
;
}
Hierarchy (
View Summary
)
ICartUpdateAction
CartChangePriceRoundingModeAction
Index
Properties
action
price
Rounding
Mode
Properties
Readonly
action
action
:
"changePriceRoundingMode"
Readonly
price
Rounding
Mode
priceRoundingMode
:
RoundingMode
New value to set.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
price
Rounding
Mode
Typescript SDK Type Docs
Loading...
Changing the price rounding mode leads to recalculation of taxes.