Interface CommerceCardTypeService

    • Method Detail

      • getCardTypes

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

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