CardType
public enum CardType : String
                - 
                  
                  
Declaration
Swift
case VISA - 
                  
                  
Declaration
Swift
case MC - 
                  
                  
Declaration
Swift
case AMEX - 
                  
                  
Declaration
Swift
case DISCOVER - 
                  
                  
Declaration
Swift
case DINERS_CLUB - 
                  
                  
Declaration
Swift
case JCB - 
                  
                  
Declaration
Swift
case MAESTRO - 
                  
                  
Declaration
Swift
case SOLO - 
                  
                  
Declaration
Swift
case LASER - 
                  
                  
Declaration
Swift
case CHINA_UNION_PAY - 
                  
                  
Declaration
Swift
case CARTE_BLANCHE - 
                  
                  
Declaration
Swift
case UNKNOWN - 
                  
                  
Declaration
Swift
case GIFT_CARD - 
                  
                  
Declaration
Swift
case EBT 
        CardType Enumeration Reference