@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class AccountAssetsAllOf extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DAYS_AVAILABLE |
static String |
SERIALIZED_NAME_HISTORICAL_BALANCES |
static String |
SERIALIZED_NAME_OWNERS |
static String |
SERIALIZED_NAME_TRANSACTIONS |
Constructor and Description |
---|
AccountAssetsAllOf() |
Modifier and Type | Method and Description |
---|---|
AccountAssetsAllOf |
addHistoricalBalancesItem(HistoricalBalance historicalBalancesItem) |
AccountAssetsAllOf |
addOwnersItem(Owner ownersItem) |
AccountAssetsAllOf |
addTransactionsItem(AssetReportTransaction transactionsItem) |
AccountAssetsAllOf |
daysAvailable(Double daysAvailable) |
boolean |
equals(Object o) |
Double |
getDaysAvailable()
The duration of transaction history available for this Item, typically defined as the time since the date of the earliest transaction in that account.
|
List<HistoricalBalance> |
getHistoricalBalances()
Calculated data about the historical balances on the account.
|
List<Owner> |
getOwners()
Data returned by the financial institution about the account owner or owners.
|
List<AssetReportTransaction> |
getTransactions()
Transaction history associated with the account.
|
int |
hashCode() |
AccountAssetsAllOf |
historicalBalances(List<HistoricalBalance> historicalBalances) |
AccountAssetsAllOf |
owners(List<Owner> owners) |
void |
setDaysAvailable(Double daysAvailable) |
void |
setHistoricalBalances(List<HistoricalBalance> historicalBalances) |
void |
setOwners(List<Owner> owners) |
void |
setTransactions(List<AssetReportTransaction> transactions) |
String |
toString() |
AccountAssetsAllOf |
transactions(List<AssetReportTransaction> transactions) |
public static final String SERIALIZED_NAME_DAYS_AVAILABLE
public static final String SERIALIZED_NAME_TRANSACTIONS
public static final String SERIALIZED_NAME_OWNERS
public static final String SERIALIZED_NAME_HISTORICAL_BALANCES
public AccountAssetsAllOf daysAvailable(Double daysAvailable)
public Double getDaysAvailable()
public void setDaysAvailable(Double daysAvailable)
public AccountAssetsAllOf transactions(List<AssetReportTransaction> transactions)
public AccountAssetsAllOf addTransactionsItem(AssetReportTransaction transactionsItem)
public List<AssetReportTransaction> getTransactions()
public void setTransactions(List<AssetReportTransaction> transactions)
public AccountAssetsAllOf owners(List<Owner> owners)
public AccountAssetsAllOf addOwnersItem(Owner ownersItem)
public List<Owner> getOwners()
public AccountAssetsAllOf historicalBalances(List<HistoricalBalance> historicalBalances)
public AccountAssetsAllOf addHistoricalBalancesItem(HistoricalBalance historicalBalancesItem)
public List<HistoricalBalance> getHistoricalBalances()
public void setHistoricalBalances(List<HistoricalBalance> historicalBalances)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.