View Source Plaid.Identity.Match.Account.LegalName (elixir_plaid v1.2.1)

Plaid Identity Match Legal Name schema..

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Identity.Match.Account.LegalName{
  is_business_name_detected: boolean() | nil,
  is_first_name_or_last_name_match: boolean() | nil,
  is_nickname_match: boolean() | nil,
  score: integer() | nil
}