Interface CreditCardMappingService
-
- All Known Implementing Classes:
DefaultCreditCardMappingService
public interface CreditCardMappingServiceThis service should be implemented, if there is a difference between the credit card codes defined in hybris in comparison to those of a billing provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanconvertCCToProviderSpecificName(java.util.Collection<CardTypeData> creditCards, java.lang.String billingProvider)Converts the code of a credit card to the appropriate code of the provider
-
-
-
Method Detail
-
convertCCToProviderSpecificName
boolean convertCCToProviderSpecificName(@Nonnull java.util.Collection<CardTypeData> creditCards, java.lang.String billingProvider)Converts the code of a credit card to the appropriate code of the provider- Parameters:
creditCards- the credit cardsbillingProvider- the name of the billing provider- Returns:
- true if conversion is done
-
-