plaid v1.7.0 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 Source
t() :: %Plaid.Investments.Transactions.Transaction{
  account_id: String.t(),
  amount: float(),
  cancel_transaction_id: String.t() | nil,
  date: String.t(),
  fees: float() | nil,
  iso_currency_code: String.t() | nil,
  name: String.t(),
  price: float(),
  quantity: float(),
  security_id: String.t() | nil,
  transaction_id: String.t(),
  type: String.t(),
  unofficial_currency_code: String.t() | nil
}