Package com.creditcall.chipdnamobile
Class SOAPExtendedTransaction
java.lang.Object
com.creditcall.chipdnamobile.SOAPTransaction
com.creditcall.chipdnamobile.SOAPExtendedTransaction
This class contains the details of the transaction.
- Author:
- Creditcall Ltd
-
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the refunded amount of the transaction.Gets the card scheme ID of the transaction.Gets the card type ID of the transaction.Gets the expiry date of the card used for the transaction.Gets the result ID of the transaction.Gets the settlement state ID of the transaction.Gets the state ID of the transaction.Gets the transaction type ID of the transaction.Gets the user reference of the transaction.booleanIndicated whether the transaction is refundable.booleanIndicated whether the transaction is voidable.Methods inherited from class com.creditcall.chipdnamobile.SOAPTransaction
getAmount, getCardDigits, getCurrencyAlpha, getCurrencyCode, getDateAndTimeLocal, getDateAndTimeUtc, getGUID
-
Method Details
-
getResultID
Gets the result ID of the transaction.- Returns:
- The result ID of the transaction.
-
getStateID
Gets the state ID of the transaction.- Returns:
- The state ID of the transaction.
-
getSettlementID
Gets the settlement state ID of the transaction.- Returns:
- The settlement state ID of the transaction.
-
getUserReference
Gets the user reference of the transaction.- Returns:
- The user reference of the transaction.
-
getCardSchemeID
Gets the card scheme ID of the transaction.- Returns:
- The card scheme ID of the transaction.
-
getCardTypeID
Gets the card type ID of the transaction.- Returns:
- The card type ID of the transaction.
-
getTransactionTypeID
Gets the transaction type ID of the transaction.- Returns:
- The transaction type ID of the transaction.
-
getAmountRefunded
public double getAmountRefunded()Gets the refunded amount of the transaction.- Returns:
- The refunded amount of the transaction.
-
getExpiryDate
Gets the expiry date of the card used for the transaction. It is in the "yyyy-MM" format.- Returns:
- The expiry date of the card.
-
isRefundable
public boolean isRefundable()Indicated whether the transaction is refundable.- Returns:
- true of the transaction is refundable, otherwise false.
-
isVoidable
public boolean isVoidable()Indicated whether the transaction is voidable.- Returns:
- true of the transaction is voidable, otherwise false.
-