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