Interface CreditCardFacade
-
- All Known Implementing Classes:
DefaultCreditCardFacade
public interface CreditCardFacadeFacade for converting the hybris credit card codes to those of a billing provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmappingStrategy(java.util.Collection<CardTypeData> creditCards)mappingStrategy calls the appropriate service for converting the credit card codes.
-
-
-
Method Detail
-
mappingStrategy
boolean mappingStrategy(java.util.Collection<CardTypeData> creditCards)
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
-
-