View Source Plaid.AssetReport.User (elixir_plaid v1.2.1)

Plaid Asset Report User schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.AssetReport.User{
  client_user_id: String.t(),
  email: String.t(),
  first_name: String.t(),
  last_name: String.t(),
  middle_name: String.t(),
  phone_number: String.t(),
  ssn: String.t()
}