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 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