Class OfflineRequest

java.lang.Object
com.creditcall.chipdnamobile.OfflineRequest

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

    • dateAndTime

      public 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 String amount()
      Gets the amount of the transaction in minor units.
      Returns:
      The amount, null otherwise.
    • userReference

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

      Gets the type of the request.
      Returns:
      The type of the request.
    • errorCodes

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