View Source Plaid.Identity.Match.User (elixir_plaid v1.2.1)

Struct for Plaid's Identity Match User object.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Identity.Match.User{
  address: Plaid.Identity.Match.User.Address.t(),
  email_address: String.t(),
  legal_name: String.t(),
  phone_number: String.t()
}