PlaidEx.Webhooks.Schemas.InvestmentsEvent (plaid_ex v1.0.0)

Copy Markdown View Source

INVESTMENTS_TRANSACTIONS.DEFAULT_UPDATE webhook payload.

Summary

Types

t()

@type t() :: %PlaidEx.Webhooks.Schemas.InvestmentsEvent{
  canceled_investments_transactions: integer(),
  environment: String.t(),
  item_id: String.t(),
  new_investments_transactions: integer(),
  webhook_code: String.t(),
  webhook_type: String.t()
}

Functions

from_map(map)

@spec from_map(map()) :: t()