Plaid.Accounts.Account.Owner.Address (plaid v3.0.0) View Source

Plaid Account Owner Address data structure.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Accounts.Account.Owner.Address{
  data: %{
    city: String.t(),
    region: String.t(),
    street: String.t(),
    postal_code: String.t(),
    country: String.t()
  },
  primary: boolean()
}