Interface FulfillmentSplitRoundingService
-
- All Known Implementing Classes:
DefaultFulfillmentSplitRoundingService
public interface FulfillmentSplitRoundingServiceResponsible for correctly roundingMonetaryAmountswhich were split between multipleOrderFulfillments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperformRounding(List<com.broadleafcommerce.order.client.domain.OrderFulfillment> fulfillments)Rounds any partial amounts split between the givenOrderFulfillments.
-
-
-
Method Detail
-
performRounding
void performRounding(List<com.broadleafcommerce.order.client.domain.OrderFulfillment> fulfillments)
Rounds any partial amounts split between the givenOrderFulfillments.- Parameters:
fulfillments- the fulfillments which were split
-
-