Plaid.Link.Metadata (plaid v3.0.0) View Source

Plaid Link Metadata data structure.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Link.Metadata{
  access_token: String.t(),
  account_filters: map(),
  client_name: String.t(),
  country_codes: [String.t()],
  initial_products: [String.t()],
  language: String.t(),
  products: [String.t()],
  redirect_uri: String.t(),
  user: map(),
  webhook: String.t()
}