Modifier and Type | Method and Description |
---|---|
TransactionResponse |
CashCreeper.makeTransaction(java.lang.String fromAccountName,
long fromAmount,
java.lang.String toAccountName,
long toAmount)
Use this method to perform a cash only transaction
|
TransactionResponse |
CashCreeper.makeTransaction(java.lang.String fromAccountName,
long fromAmount,
java.lang.String toAccountName,
long toAmount,
java.lang.String itemID,
int quantity)
Attempts to perform a transaction.
|
TransactionResponse |
TransactionListenerInterface.notifyTransaction(TransactionEvent e) |