Package com.creditcall.chipdnamobile
Class SOAPTransactionStatistics
java.lang.Object
com.creditcall.chipdnamobile.SOAPTransactionStatistics
This class contains the transaction statistics.
- Author:
- Creditcall Ltd
-
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the amount for group of the transaction statistics, indicating the total amount for all transactions.Gets the currency alpha code of the transaction statistics, as defined in ISO 4217.intGets the currency numeric code of the transaction statistics, as defined in ISO 4217.Gets the result ID of the transaction statistics.Gets the state ID of the transaction statistics.Gets the transaction type ID of the transaction statistics.intGets the volume for group of the transaction statistics, indicating the total number of the transactions.
-
Method Details
-
getResultID
Gets the result ID of the transaction statistics.- Returns:
- The result ID of the transaction statistics.
-
getStateID
Gets the state ID of the transaction statistics.- Returns:
- The state ID of the transaction statistics.
-
getTransactionTypeID
Gets the transaction type ID of the transaction statistics.- Returns:
- The transaction type ID of the transaction statistics.
-
getCurrencyAlpha
Gets the currency alpha code of the transaction statistics, as defined in ISO 4217.- Returns:
- The currency alpha code of the transaction statistics.
-
getCurrencyCode
public int getCurrencyCode()Gets the currency numeric code of the transaction statistics, as defined in ISO 4217.- Returns:
- The currency numeric code of the transaction statistics.
-
getVolume
public int getVolume()Gets the volume for group of the transaction statistics, indicating the total number of the transactions.- Returns:
- The volume for group of the transaction statistics.
-
getAmount
public double getAmount()Gets the amount for group of the transaction statistics, indicating the total amount for all transactions.- Returns:
- The amount for group of the transaction statistics.
-