@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class InvestmentTransaction extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CANCEL_TRANSACTION_ID |
static String |
SERIALIZED_NAME_DATE |
static String |
SERIALIZED_NAME_FEES |
static String |
SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID |
static String |
SERIALIZED_NAME_ISO_CURRENCY_CODE |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PRICE |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_SECURITY_ID |
static String |
SERIALIZED_NAME_SUBTYPE |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE |
Constructor and Description |
---|
InvestmentTransaction() |
Modifier and Type | Method and Description |
---|---|
InvestmentTransaction |
accountId(String accountId) |
InvestmentTransaction |
amount(Double amount) |
InvestmentTransaction |
cancelTransactionId(String cancelTransactionId) |
InvestmentTransaction |
date(LocalDate date) |
boolean |
equals(Object o) |
InvestmentTransaction |
fees(Double fees) |
String |
getAccountId()
The `account_id` of the account against which this transaction posted.
|
Double |
getAmount()
The complete value of the transaction.
|
String |
getCancelTransactionId()
A legacy field formerly used internally by Plaid to identify certain canceled transactions.
|
LocalDate |
getDate()
The [ISO 8601](https://wikipedia.org/wiki/ISO_8601) posting date for the transaction.
|
Double |
getFees()
The combined value of all fees applied to this transaction
|
String |
getInvestmentTransactionId()
The ID of the Investment transaction, unique across all Plaid transactions.
|
String |
getIsoCurrencyCode()
The ISO-4217 currency code of the transaction.
|
String |
getName()
The institution’s description of the transaction.
|
Double |
getPrice()
The price of the security at which this transaction occurred.
|
Double |
getQuantity()
The number of units of the security involved in this transaction.
|
String |
getSecurityId()
The `security_id` to which this transaction is related.
|
InvestmentTransactionSubtype |
getSubtype()
Get subtype
|
InvestmentTransactionType |
getType()
Get type
|
String |
getUnofficialCurrencyCode()
The unofficial currency code associated with the holding.
|
int |
hashCode() |
InvestmentTransaction |
investmentTransactionId(String investmentTransactionId) |
InvestmentTransaction |
isoCurrencyCode(String isoCurrencyCode) |
InvestmentTransaction |
name(String name) |
InvestmentTransaction |
price(Double price) |
InvestmentTransaction |
quantity(Double quantity) |
InvestmentTransaction |
securityId(String securityId) |
void |
setAccountId(String accountId) |
void |
setAmount(Double amount) |
void |
setCancelTransactionId(String cancelTransactionId) |
void |
setDate(LocalDate date) |
void |
setFees(Double fees) |
void |
setInvestmentTransactionId(String investmentTransactionId) |
void |
setIsoCurrencyCode(String isoCurrencyCode) |
void |
setName(String name) |
void |
setPrice(Double price) |
void |
setQuantity(Double quantity) |
void |
setSecurityId(String securityId) |
void |
setSubtype(InvestmentTransactionSubtype subtype) |
void |
setType(InvestmentTransactionType type) |
void |
setUnofficialCurrencyCode(String unofficialCurrencyCode) |
InvestmentTransaction |
subtype(InvestmentTransactionSubtype subtype) |
String |
toString() |
InvestmentTransaction |
type(InvestmentTransactionType type) |
InvestmentTransaction |
unofficialCurrencyCode(String unofficialCurrencyCode) |
public static final String SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID
public static final String SERIALIZED_NAME_CANCEL_TRANSACTION_ID
public static final String SERIALIZED_NAME_ACCOUNT_ID
public static final String SERIALIZED_NAME_SECURITY_ID
public static final String SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_PRICE
public static final String SERIALIZED_NAME_FEES
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_SUBTYPE
public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE
public static final String SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE
public InvestmentTransaction investmentTransactionId(String investmentTransactionId)
public String getInvestmentTransactionId()
public void setInvestmentTransactionId(String investmentTransactionId)
public InvestmentTransaction cancelTransactionId(String cancelTransactionId)
@Nullable public String getCancelTransactionId()
public void setCancelTransactionId(String cancelTransactionId)
public InvestmentTransaction accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public InvestmentTransaction securityId(String securityId)
@Nullable public String getSecurityId()
public void setSecurityId(String securityId)
public InvestmentTransaction date(LocalDate date)
public LocalDate getDate()
public void setDate(LocalDate date)
public InvestmentTransaction name(String name)
public String getName()
public void setName(String name)
public InvestmentTransaction quantity(Double quantity)
public Double getQuantity()
public void setQuantity(Double quantity)
public InvestmentTransaction amount(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public InvestmentTransaction price(Double price)
public Double getPrice()
public void setPrice(Double price)
public InvestmentTransaction fees(Double fees)
@Nullable public Double getFees()
public void setFees(Double fees)
public InvestmentTransaction type(InvestmentTransactionType type)
public InvestmentTransactionType getType()
public void setType(InvestmentTransactionType type)
public InvestmentTransaction subtype(InvestmentTransactionSubtype subtype)
public InvestmentTransactionSubtype getSubtype()
public void setSubtype(InvestmentTransactionSubtype subtype)
public InvestmentTransaction isoCurrencyCode(String isoCurrencyCode)
@Nullable public String getIsoCurrencyCode()
public void setIsoCurrencyCode(String isoCurrencyCode)
public InvestmentTransaction unofficialCurrencyCode(String unofficialCurrencyCode)
@Nullable public String getUnofficialCurrencyCode()
public void setUnofficialCurrencyCode(String unofficialCurrencyCode)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.