Package com.creditcall.chipdnamobile
Class SOAPTransaction
java.lang.Object
com.creditcall.chipdnamobile.SOAPTransaction
- Direct Known Subclasses:
SOAPExtendedTransaction
This class contains the details of the transaction.
- Author:
- Creditcall Ltd
-
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the amount of the transaction, in xx.xx format.Gets the first six and the last four digits of the card used for transaction.Gets the currency alpha code of the transaction, as defined in ISO 4217.intGets the currency numeric code of the transaction, as defined in ISO 4217.Gets the local date and time of the transaction.Gets the UTC date and time of the transaction.getGUID()Gets the GUID of the transaction.
-
Method Details
-
getGUID
Gets the GUID of the transaction.- Returns:
- The GUID of the transaction.
-
getDateAndTimeUtc
Gets the UTC date and time of the transaction. It is in the "dd/MM/yyyy HH:mm:ss" format.- Returns:
- The UTC date and time of the transaction.
-
getCurrencyAlpha
Gets the currency alpha code of the transaction, as defined in ISO 4217.- Returns:
- The currency alpha code of the transaction.
-
getCurrencyCode
public int getCurrencyCode()Gets the currency numeric code of the transaction, as defined in ISO 4217.- Returns:
- The currency numeric code of the transaction.
-
getAmount
public double getAmount()Gets the amount of the transaction, in xx.xx format. Refund amounts are in the format -xx.xx.- Returns:
- The amount of the transaction.
-
getCardDigits
Gets the first six and the last four digits of the card used for transaction.- Returns:
- The first six and the last four digits of the card.
-
getDateAndTimeLocal
Gets the local date and time of the transaction. It is in the "dd/MM/yyyy HH:mm:ss" format.- Returns:
- The local date and time of the transaction.
-