Interface ProjectChangePriceRoundingModeAction

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

Hierarchy (View Summary)

Properties

action: "changePriceRoundingMode"
priceRoundingMode: RoundingMode

Project-level default rounding mode for calculating the total prices on LineItems and CustomLineItems. See CartsConfiguration.