Package com.creditcall.chipdnamobile
Class SOAPTransactionStatistics
- java.lang.Object
-
- com.creditcall.chipdnamobile.SOAPTransactionStatistics
-
public class SOAPTransactionStatistics extends java.lang.ObjectThis class contains the transaction statistics.- Author:
- Creditcall Ltd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAmount()Gets the amount for group of the transaction statistics, indicating the total amount for all transactions.java.lang.StringgetCurrencyAlpha()Gets the currency alpha code of the transaction statistics, as defined in ISO 4217.intgetCurrencyCode()Gets the currency numeric code of the transaction statistics, as defined in ISO 4217.ResultIDgetResultID()Gets the result ID of the transaction statistics.StateIDgetStateID()Gets the state ID of the transaction statistics.TransactionTypeIDgetTransactionTypeID()Gets the transaction type ID of the transaction statistics.intgetVolume()Gets the volume for group of the transaction statistics, indicating the total number of the transactions.
-
-
-
Method Detail
-
getResultID
public ResultID getResultID()
Gets the result ID of the transaction statistics.- Returns:
- The result ID of the transaction statistics.
-
getStateID
public StateID getStateID()
Gets the state ID of the transaction statistics.- Returns:
- The state ID of the transaction statistics.
-
getTransactionTypeID
public TransactionTypeID getTransactionTypeID()
Gets the transaction type ID of the transaction statistics.- Returns:
- The transaction type ID of the transaction statistics.
-
getCurrencyAlpha
public java.lang.String 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.
-
-