Interface StagedOrderChangeTaxRoundingModeAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderChangeTaxRoundingModeAction extends StagedOrderUpdateAction

Changing the tax rounding mode leads to recalculation of taxes.


Example to create an instance using the builder pattern

     StagedOrderChangeTaxRoundingModeAction stagedOrderChangeTaxRoundingModeAction = StagedOrderChangeTaxRoundingModeAction.builder()
             .taxRoundingMode(RoundingMode.HALF_EVEN)
             .build()