Interface StagedOrderChangePriceRoundingModeAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderChangePriceRoundingModeAction extends StagedOrderUpdateAction

Changing the price rounding mode leads to recalculation of taxes.


Example to create an instance using the builder pattern

     StagedOrderChangePriceRoundingModeAction stagedOrderChangePriceRoundingModeAction = StagedOrderChangePriceRoundingModeAction.builder()
             .priceRoundingMode(RoundingMode.HALF_EVEN)
             .build()