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 Type
    Method
    Description
    boolean
    mappingStrategy calls the appropriate service for converting the credit card codes.
  • Method Details

    • mappingStrategy

      boolean mappingStrategy(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