public class AccountBalance extends Object
| Constructor and Description |
|---|
AccountBalance() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBalance() |
Date |
getBalanceDate() |
BigDecimal |
getCreditLine() |
BigDecimal |
getMonthlySpendingLimit() |
void |
setCreditLine(BigDecimal credit_line) |
void |
setMonthlySpendingLimit(BigDecimal spending_limit) |
public BigDecimal getBalance()
public Date getBalanceDate()
public BigDecimal getCreditLine()
public void setCreditLine(BigDecimal credit_line)
credit_line - the credit line to setpublic BigDecimal getMonthlySpendingLimit()
public void setMonthlySpendingLimit(BigDecimal spending_limit)
spending_limit - the user-defined spending limit to setCopyright © 2018 figo GmbH. All rights reserved.