View Source Plaid.Item.Status (plaid v3.3.0)

Plaid Item Status data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Item.Status{
  investments: Plaid.Item.Status.Investments.t(),
  last_webhook: Plaid.Item.Status.LastWebhook.t(),
  transactions: Plaid.Item.Status.Transactions.t()
}