Class DsRidValues
- java.lang.Object
-
- com.netcetera.threeds.sdk.api.utils.DsRidValues
-
public final class DsRidValues extends java.lang.ObjectProvides the RID values of the preconfigured schemes in the SDK.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAMEXDefines the amex RID value.static java.lang.StringCBDefines the CB RID value.static java.lang.StringDINERSDefines the diners RID value.static java.lang.StringEFTPOSDefines the EFTPOS RID value.static java.lang.StringJCBDefines the jcb RID value.static java.lang.StringMASTERCARDDefines the mastercard RID value.static java.lang.StringUNIONDefines the union RID value.static java.lang.StringVISADefines the visa RID value.
-
-
-
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
-
CB
public static final java.lang.String CB
Defines the CB 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
-
-