Class DSRPConstants
- java.lang.Object
-
- com.gemalto.mfs.mwsdk.payment.engine.remote.DSRPConstants
-
public class DSRPConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
MAX_AMOUNT_LIMIT
static char
MAX_COUNTRY_CODE
static char
MAX_CURRENCY_CODE
static byte
MAX_TXN_TYPE
static int
MIN_AMOUNT_THRESHOLD
static byte
MIN_TXN_TYPE
static byte
TXN_TYPE_PURE
-
Constructor Summary
Constructors Constructor Description DSRPConstants()
-
-
-
Field Detail
-
MAX_AMOUNT_LIMIT
public static final long MAX_AMOUNT_LIMIT
- See Also:
- Constant Field Values
-
MIN_AMOUNT_THRESHOLD
public static final int MIN_AMOUNT_THRESHOLD
- See Also:
- Constant Field Values
-
MAX_CURRENCY_CODE
public static final char MAX_CURRENCY_CODE
- See Also:
- Constant Field Values
-
MAX_COUNTRY_CODE
public static final char MAX_COUNTRY_CODE
- See Also:
- Constant Field Values
-
MIN_TXN_TYPE
public static final byte MIN_TXN_TYPE
- See Also:
- Constant Field Values
-
MAX_TXN_TYPE
public static final byte MAX_TXN_TYPE
- See Also:
- Constant Field Values
-
TXN_TYPE_PURE
public static final byte TXN_TYPE_PURE
- See Also:
- Constant Field Values
-
-