Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • PaymentServiceMessageCode

        public PaymentServiceMessageCode()