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

Plaid API /processor/token/create response schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Processor.CreateTokenResponse{
  processor_token: String.t(),
  request_id: String.t()
}