Uses of Interface
com.creditcall.chipdnamobile.ISOAPListener
-
-
Uses of ISOAPListener in com.creditcall.chipdnamobile
Methods in com.creditcall.chipdnamobile with parameters of type ISOAPListener Modifier and Type Method Description voidSOAPTransactionHistory. getTransaction(java.lang.String transactionDate, java.lang.String guid, ISOAPListener listener)Retrieves the transaction with specified date and GUID.voidSOAPTransactionHistory. getTransactions(java.lang.String fromDate, java.lang.String toDate, ISOAPListener listener)Retrieves the transactions between the given dates.voidSOAPTransactionHistory. getTransactionsStatistics(java.lang.String fromDate, java.lang.String toDate, ISOAPListener listener)Retrieves the transaction statistics between the given dates.
-