plaid v1.7.3 Plaid.Investments.Transactions.Transaction View Source
Plaid Investments Transaction data structure.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Plaid.Investments.Transactions.Transaction{
account_id: String.t(),
amount: float(),
cancel_transaction_id: String.t() | nil,
date: String.t(),
fees: float() | nil,
investment_transaction_id: String.t(),
iso_currency_code: String.t() | nil,
name: String.t(),
price: float(),
quantity: float(),
security_id: String.t() | nil,
type: String.t(),
unofficial_currency_code: String.t() | nil
}