Class DsRidValues


  • public final class DsRidValues
    extends java.lang.Object
    Provides the RID values of the preconfigured schemes in the SDK.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AMEX
      Defines the amex RID value.
      static java.lang.String CB
      Defines the CB RID value.
      static java.lang.String DINERS
      Defines the diners RID value.
      static java.lang.String EFTPOS
      Defines the EFTPOS RID value.
      static java.lang.String JCB
      Defines the jcb RID value.
      static java.lang.String MASTERCARD
      Defines the mastercard RID value.
      static java.lang.String UNION
      Defines the union RID value.
      static java.lang.String VISA
      Defines the visa RID value.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MASTERCARD

        public static final java.lang.String MASTERCARD
        Defines the mastercard RID value.
        See Also:
        Constant Field Values
      • VISA

        public static final java.lang.String VISA
        Defines the visa RID value.
        See Also:
        Constant Field Values
      • AMEX

        public static final java.lang.String AMEX
        Defines the amex RID value.
        See Also:
        Constant Field Values
      • DINERS

        public static final java.lang.String DINERS
        Defines the diners RID value.
        See Also:
        Constant Field Values
      • UNION

        public static final java.lang.String UNION
        Defines the union RID value.
        See Also:
        Constant Field Values
      • JCB

        public static final java.lang.String JCB
        Defines the jcb RID value.
        See Also:
        Constant Field Values
      • EFTPOS

        public static final java.lang.String EFTPOS
        Defines the EFTPOS RID value.
        See Also:
        Constant Field Values