View Source Plaid.Address (elixir_plaid v1.2.1)

Plaid Address schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Address{
  city: String.t() | nil,
  country: String.t() | nil,
  postal_code: String.t() | nil,
  region: String.t() | nil,
  street: String.t() | nil
}