Interface CommerceCardTypeService

All Known Implementing Classes:
DefaultCommerceCardTypeService

public interface CommerceCardTypeService
Service that returns defined card types
  • Method Details

    • getCardTypes

      Collection<CardType> getCardTypes()
      Get all credit card types
      Returns:
      the Collection of card types
    • getCardTypeForCode

      CardType getCardTypeForCode(String code)
      Gets a card type by code
      Parameters:
      code - the card type code
      Returns:
      the card type