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

Plaid API /processor/auth/get response schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Processor.GetAuthResponse{
  account: Plaid.Account.t(),
  numbers: Plaid.Processor.Numbers.t(),
  request_id: String.t()
}