Class UserNotification


  • public final class UserNotification
    extends java.lang.Object
    The possible user notifications that can occur during a standalone (sale or refund) transaction process.
    Author:
    Creditcall Ltd
    • Field Detail

      • ReferToDevice

        public static final UserNotification ReferToDevice
        Indicates referral to device.
      • ChipReadErrorApplicationNotSupportedPleaseRetry

        public static final UserNotification ChipReadErrorApplicationNotSupportedPleaseRetry
        Indicates there has been an issue with the ICC chip and the user should retry.
      • PresentOneCardOnly

        public static final UserNotification PresentOneCardOnly
        Indicates that only one card should be presented.
      • MSRFallback

        public static final UserNotification MSRFallback
        Indicates that fallback to Swipe has occurred.
      • MSRFallforward

        public static final UserNotification MSRFallforward
        Indicates that fallforward from Contactless to Swipe has occurred.
      • ICCFallforward

        public static final UserNotification ICCFallforward
        Indicates that fallforward from Contactless to Insert has occurred.
      • ICCMSRFallforward

        public static final UserNotification ICCMSRFallforward
        Indicates that fallforward from Contactless to Insert/Swipe has occurred.
      • TryCardAgain

        public static final UserNotification TryCardAgain
        Indicates that the card should be tried again.
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets the User Notification string value.
        Returns:
        The user notification value.