Class BankTransaction
java.lang.Object
com.palmergames.bukkit.towny.object.economy.BankTransaction
- 
Constructor SummaryConstructorsConstructorDescriptionBankTransaction(TransactionType type, long time, Account account, double amount, double balance, String reason) 
- 
Method Summary
- 
Constructor Details- 
BankTransactionpublic BankTransaction(TransactionType type, long time, Account account, double amount, double balance, String reason) 
 
- 
- 
Method Details- 
getType
- 
getTime- Returns:
- The formatted time at which this transaction occurred, use time()to get the raw time.
 
- 
timepublic long time()- Returns:
- The time at which this transaction occurred.
 
- 
getAccount
- 
getBalancepublic double getBalance()
- 
getAmountpublic double getAmount()
- 
getReason
 
-