Interface TravelRuleEngineCalculationService
- All Known Implementing Classes:
DefaultTravelRuleEngineCalculationService
public interface TravelRuleEngineCalculationService
Interface to travel rules calculation service methods
-
Method Summary
Modifier and TypeMethodDescriptionMethod to add fee RAOaddRefundFeeAction(BookingRAO bookingRao) Method to add refund fee RAO
-
Method Details
-
addFee
Method to add fee RAO- Parameters:
cartRao- the cart rao- Returns:
- fee rao
-
addRefundFeeAction
Method to add refund fee RAO- Parameters:
bookingRao- the booking rao- Returns:
- refund action rao
-