View Source Plaid.Processor.GetIdentityResponse (elixir_plaid v1.2.1)

Plaid API /processor/identity/get response schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Processor.GetIdentityResponse{
  account: Plaid.Account.t(),
  request_id: String.t()
}