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

    Interface ProjectChangePriceRoundingModeAction

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

    Hierarchy (View Summary)

    Index

    Properties

    action: "changePriceRoundingMode"
    priceRoundingMode: RoundingMode

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