Package com.creditcall.chipdnamobile
Class OfflineRequest
java.lang.Object
com.creditcall.chipdnamobile.OfflineRequest
This class represents the record of an offline stored transaction request
which resulted in failure.
- Author:
- Creditcall Ltd
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAn enum representing the type of the request -
Method Summary
-
Method Details
-
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
Gets the amount of the transaction in minor units.- Returns:
- The amount, null otherwise.
-
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
Get the error codes for the transaction.- Returns:
- The error codes for the transaction.
-