Interface CommerceCardTypeService
- All Known Implementing Classes:
DefaultCommerceCardTypeService
public interface CommerceCardTypeService
Service that returns defined card types
-
Method Summary
Modifier and TypeMethodDescriptiongetCardTypeForCode(String code) Gets a card type by codeGet all credit card types
-
Method Details
-
getCardTypes
Collection<CardType> getCardTypes()Get all credit card types- Returns:
- the
Collectionof card types
-
getCardTypeForCode
Gets a card type by code- Parameters:
code- the card type code- Returns:
- the card type
-