Plaid.Processor.GetIdentityResponse (elixir_plaid v0.1.7) View Source

Plaid API /processor/identity/get response schema.

Link to this section Summary

Link to this section Types

Specs

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