Package com.gemalto.mfs.mwsdk.payment
Class PaymentServiceMessageCode
- java.lang.Object
-
- com.gemalto.mfs.mwsdk.payment.PaymentServiceMessageCode
-
public final class PaymentServiceMessageCode extends java.lang.Object
This class includes payment service message codes.- Since:
- 6.7.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEACTIVATION_LINK_LOSS
Message code reported by TransactionInterrupted callback for a contactless payment transaction if a connection is interrupted.
-
Constructor Summary
Constructors Constructor Description PaymentServiceMessageCode()
-
-
-
Field Detail
-
DEACTIVATION_LINK_LOSS
public static final int DEACTIVATION_LINK_LOSS
Message code reported by TransactionInterrupted callback for a contactless payment transaction if a connection is interrupted.- Since:
- 6.7.0
- See Also:
- Constant Field Values
-
-