Package com.plaid.client.response
Class Account.Balances
java.lang.Object
com.plaid.client.response.Account.Balances
- Enclosing class:
- Account
public static class Account.Balances
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Balances()
-
Method Summary
Modifier and Type Method Description java.lang.Double
getAvailable()
java.lang.Double
getCurrent()
java.lang.String
getIsoCurrencyCode()
java.lang.String
getLastUpdatedDatetime()
java.lang.Double
getLimit()
java.lang.String
getUnofficialCurrencyCode()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Balances
public Balances()
-
-
Method Details
-
getAvailable
public java.lang.Double getAvailable() -
getCurrent
public java.lang.Double getCurrent() -
getLimit
public java.lang.Double getLimit() -
getIsoCurrencyCode
public java.lang.String getIsoCurrencyCode() -
getUnofficialCurrencyCode
public java.lang.String getUnofficialCurrencyCode() -
getLastUpdatedDatetime
public java.lang.String getLastUpdatedDatetime()
-