Interface OrderRatesGeneratorService
- All Known Implementing Classes:
OrderRatesGeneratorServiceImpl
public interface OrderRatesGeneratorService
Service that generates order rates for a given order
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generateOrderRates
(Entity order) the Order_rates are generated based on settings on the order and the related Payment_schedule
-
Method Details
-
generateOrderRates
the Order_rates are generated based on settings on the order and the related Payment_schedule- Parameters:
order
- the order for which Order_rates should be generated
-