View Source Plaid.Identity.Address (elixir_plaid v1.2.1)

Plaid Identity Address schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Identity.Address{
  data: Plaid.Address.t(),
  primary: boolean() | nil
}