Plaid.Investments.Transactions.Transaction (plaid v3.0.0) View Source
Plaid Investments Transaction data structure.
Link to this section Summary
Link to this section Types
Specs
t() :: %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 }