Package | Description |
---|---|
com.plaid.client.model |
Modifier and Type | Method and Description |
---|---|
Holding |
Holding.accountId(String accountId) |
Holding |
Holding.costBasis(Double costBasis) |
Holding |
Holding.institutionPrice(Double institutionPrice) |
Holding |
Holding.institutionPriceAsOf(LocalDate institutionPriceAsOf) |
Holding |
Holding.institutionPriceDatetime(OffsetDateTime institutionPriceDatetime) |
Holding |
Holding.institutionValue(Double institutionValue) |
Holding |
Holding.isoCurrencyCode(String isoCurrencyCode) |
Holding |
Holding.quantity(Double quantity) |
Holding |
Holding.securityId(String securityId) |
Holding |
Holding.unofficialCurrencyCode(String unofficialCurrencyCode) |
Holding |
Holding.vestedQuantity(Double vestedQuantity) |
Holding |
Holding.vestedValue(Double vestedValue) |
Modifier and Type | Method and Description |
---|---|
List<Holding> |
InvestmentsHoldingsGetResponse.getHoldings()
The holdings belonging to investment accounts associated with the Item.
|
List<Holding> |
InvestmentsAuthGetResponse.getHoldings()
The holdings belonging to investment accounts associated with the Item.
|
Modifier and Type | Method and Description |
---|---|
InvestmentsHoldingsGetResponse |
InvestmentsHoldingsGetResponse.addHoldingsItem(Holding holdingsItem) |
InvestmentsAuthGetResponse |
InvestmentsAuthGetResponse.addHoldingsItem(Holding holdingsItem) |
Modifier and Type | Method and Description |
---|---|
InvestmentsHoldingsGetResponse |
InvestmentsHoldingsGetResponse.holdings(List<Holding> holdings) |
InvestmentsAuthGetResponse |
InvestmentsAuthGetResponse.holdings(List<Holding> holdings) |
void |
InvestmentsHoldingsGetResponse.setHoldings(List<Holding> holdings) |
void |
InvestmentsAuthGetResponse.setHoldings(List<Holding> holdings) |
Copyright © 2017–2024 Plaid Inc.. All rights reserved.