@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class BaseReportAccount extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_INSIGHTS |
static String |
SERIALIZED_NAME_BALANCES |
static String |
SERIALIZED_NAME_DAYS_AVAILABLE |
static String |
SERIALIZED_NAME_HISTORICAL_BALANCES |
static String |
SERIALIZED_NAME_MASK |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_OFFICIAL_NAME |
static String |
SERIALIZED_NAME_OWNERS |
static String |
SERIALIZED_NAME_OWNERSHIP_TYPE |
static String |
SERIALIZED_NAME_SUBTYPE |
static String |
SERIALIZED_NAME_TRANSACTIONS |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
BaseReportAccount() |
public static final String SERIALIZED_NAME_BALANCES
public static final String SERIALIZED_NAME_MASK
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_OFFICIAL_NAME
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_SUBTYPE
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_OWNERSHIP_TYPE
public static final String SERIALIZED_NAME_HISTORICAL_BALANCES
public static final String SERIALIZED_NAME_ACCOUNT_INSIGHTS
public BaseReportAccount balances(AccountBalance balances)
public AccountBalance getBalances()
public void setBalances(AccountBalance balances)
public BaseReportAccount mask(String mask)
@Nullable public String getMask()
public void setMask(String mask)
public BaseReportAccount name(String name)
public String getName()
public void setName(String name)
public BaseReportAccount officialName(String officialName)
@Nullable public String getOfficialName()
public void setOfficialName(String officialName)
public BaseReportAccount type(AccountType type)
public AccountType getType()
public void setType(AccountType type)
public BaseReportAccount subtype(AccountSubtype subtype)
@Nullable public AccountSubtype getSubtype()
public void setSubtype(AccountSubtype subtype)
public BaseReportAccount daysAvailable(Double daysAvailable)
public Double getDaysAvailable()
public void setDaysAvailable(Double daysAvailable)
public BaseReportAccount transactions(List<BaseReportTransaction> transactions)
public BaseReportAccount addTransactionsItem(BaseReportTransaction transactionsItem)
public List<BaseReportTransaction> getTransactions()
public void setTransactions(List<BaseReportTransaction> transactions)
public BaseReportAccount owners(List<Owner> owners)
public BaseReportAccount addOwnersItem(Owner ownersItem)
public List<Owner> getOwners()
public BaseReportAccount ownershipType(OwnershipType ownershipType)
@Nullable public OwnershipType getOwnershipType()
public void setOwnershipType(OwnershipType ownershipType)
public BaseReportAccount historicalBalances(List<HistoricalBalance> historicalBalances)
public BaseReportAccount addHistoricalBalancesItem(HistoricalBalance historicalBalancesItem)
public List<HistoricalBalance> getHistoricalBalances()
public void setHistoricalBalances(List<HistoricalBalance> historicalBalances)
public BaseReportAccount accountInsights(BaseReportAccountInsights accountInsights)
@Nullable public BaseReportAccountInsights getAccountInsights()
public void setAccountInsights(BaseReportAccountInsights accountInsights)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.