Interface CreditCardFacade
- All Known Implementing Classes:
DefaultCreditCardFacade
public interface CreditCardFacade
Facade for converting the hybris credit card codes to those of a billing provider.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmappingStrategy(Collection<CardTypeData> creditCards) mappingStrategy calls the appropriate service for converting the credit card codes.
-
Method Details
-
mappingStrategy
mappingStrategy calls the appropriate service for converting the credit card codes.- Parameters:
creditCards- credit card types to be mapped- Returns:
- false, if no mapping strategy is implemented or no conversion has been processed
-