Interface CommerceCardTypeService
-
- All Known Implementing Classes:
DefaultCommerceCardTypeService
public interface CommerceCardTypeService
Service that returns defined card types
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CardType
getCardTypeForCode(java.lang.String code)
Gets a card type by codejava.util.Collection<CardType>
getCardTypes()
Get all credit card types
-