public class IndependentReserveAccount extends Object
Constructor and Description |
---|
IndependentReserveAccount(String accountGuid,
String accountStatus,
BigDecimal availableBalance,
String currencyCode,
BigDecimal totalBalance) |
Modifier and Type | Method and Description |
---|---|
String |
getAccountGuid() |
String |
getAccountStatus() |
BigDecimal |
getAvailableBalance() |
String |
getCurrencyCode() |
BigDecimal |
getTotalBalance() |
public IndependentReserveAccount(String accountGuid, String accountStatus, BigDecimal availableBalance, String currencyCode, BigDecimal totalBalance)
public String getAccountGuid()
public String getAccountStatus()
public BigDecimal getAvailableBalance()
public String getCurrencyCode()
public BigDecimal getTotalBalance()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.