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

Struct for Plaid's Identity Match User Address object.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Identity.Match.User.Address{
  city: String.t(),
  country: String.t(),
  postal_code: String.t(),
  region: String.t(),
  street: String.t()
}