public final class Transaction extends Object
| Constructor and Description |
|---|
Transaction() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAmount() |
Double |
getBalance() |
TransactionBank |
getBankAccount() |
Bill |
getBill() |
Date |
getCompletedAt() |
Boolean |
getCredit() |
String |
getCurrency() |
String |
getKey() |
String |
getReference() |
String |
getStatus() |
String |
getType() |
Transaction |
setAmount(Double amount) |
Transaction |
setBalance(Double balance) |
Transaction |
setBankAccount(TransactionBank bankAccount) |
Transaction |
setBill(Bill bill) |
Transaction |
setCompletedAt(Date completedAt) |
Transaction |
setCredit(Boolean credit) |
Transaction |
setCurrency(String currency) |
Transaction |
setKey(String key) |
Transaction |
setReference(String reference) |
Transaction |
setStatus(String status) |
Transaction |
setType(String type) |
public Double getAmount()
public Transaction setAmount(Double amount)
public Double getBalance()
public Transaction setBalance(Double balance)
public TransactionBank getBankAccount()
public Transaction setBankAccount(TransactionBank bankAccount)
public Bill getBill()
public Transaction setBill(Bill bill)
public Date getCompletedAt()
public Transaction setCompletedAt(Date completedAt)
public Boolean getCredit()
public Transaction setCredit(Boolean credit)
public String getCurrency()
public Transaction setCurrency(String currency)
public String getKey()
public Transaction setKey(String key)
public String getReference()
public Transaction setReference(String reference)
public String getStatus()
public Transaction setStatus(String status)
public String getType()
public Transaction setType(String type)
Copyright © 2020. All rights reserved.