@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class HistoricalBalance extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CURRENT |
static String |
SERIALIZED_NAME_DATE |
static String |
SERIALIZED_NAME_ISO_CURRENCY_CODE |
static String |
SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE |
Constructor and Description |
---|
HistoricalBalance() |
Modifier and Type | Method and Description |
---|---|
HistoricalBalance |
current(Double current) |
HistoricalBalance |
date(LocalDate date) |
boolean |
equals(Object o) |
Double |
getCurrent()
The total amount of funds in the account, calculated from the `current` balance in the `balance` object by subtracting inflows and adding back outflows according to the posted date of each transaction.
|
LocalDate |
getDate()
The date of the calculated historical balance, in an [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DD)
|
String |
getIsoCurrencyCode()
The ISO-4217 currency code of the balance.
|
String |
getUnofficialCurrencyCode()
The unofficial currency code associated with the balance.
|
int |
hashCode() |
HistoricalBalance |
isoCurrencyCode(String isoCurrencyCode) |
void |
setCurrent(Double current) |
void |
setDate(LocalDate date) |
void |
setIsoCurrencyCode(String isoCurrencyCode) |
void |
setUnofficialCurrencyCode(String unofficialCurrencyCode) |
String |
toString() |
HistoricalBalance |
unofficialCurrencyCode(String unofficialCurrencyCode) |
public static final String SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_CURRENT
public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE
public static final String SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE
public HistoricalBalance date(LocalDate date)
public LocalDate getDate()
public void setDate(LocalDate date)
public HistoricalBalance current(Double current)
public Double getCurrent()
public void setCurrent(Double current)
public HistoricalBalance isoCurrencyCode(String isoCurrencyCode)
@Nullable public String getIsoCurrencyCode()
public void setIsoCurrencyCode(String isoCurrencyCode)
public HistoricalBalance unofficialCurrencyCode(String unofficialCurrencyCode)
@Nullable public String getUnofficialCurrencyCode()
public void setUnofficialCurrencyCode(String unofficialCurrencyCode)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.