Class OfflineRequest


  • public class OfflineRequest
    extends java.lang.Object
    This class represents the record of an offline stored transaction request which resulted in failure.
    Author:
    Creditcall Ltd
    • Method Detail

      • dateAndTime

        public java.lang.String dateAndTime()
        Gets the date and time of the transaction. It is in the "dd/MM/yyyy HH:mm:ss" format.
        Returns:
        The date and time of the transaction.
      • amount

        public java.lang.String amount()
        Gets the amount of the transaction in minor units.
        Returns:
        The amount, null otherwise.
      • userReference

        public java.lang.String userReference()
        Gets the user reference for the transaction.
        Returns:
        The user reference.
      • errorCodes

        public java.util.List<ChipDnaMobileErrorCode> errorCodes()
        Get the error codes for the transaction.
        Returns:
        The error codes for the transaction.