Class GeneratedCoreConstants.Enumerations.CreditCardType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AMEX  
      static java.lang.String DINERS  
      static java.lang.String MASTER  
      static java.lang.String VISA  
    • Constructor Summary

      Constructors 
      Constructor Description
      CreditCardType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AMEX

        public static final java.lang.String AMEX
      • VISA

        public static final java.lang.String VISA
      • MASTER

        public static final java.lang.String MASTER
      • DINERS

        public static final java.lang.String DINERS
    • Constructor Detail

      • CreditCardType

        public CreditCardType()