Interface AddServiceStrategy
- All Known Implementing Classes:
DefaultShoppingAncillaryAddServiceStrategy,DefaultShoppingBaggageAddServiceStrategy,DefaultShoppingSeatAddServiceStrategy
public interface AddServiceStrategy
The add service strategy interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddService(AddServiceRequestData addServiceRequestData) Add service to cart based on the product type.
-
Method Details
-
addService
Add service to cart based on the product type.- Parameters:
addServiceRequestData- the add service request data- Throws:
NDCException- the ndc exception
-