plaid v1.9.1 Plaid.Accounts.Account.Owner.Address View Source

Plaid Account Owner Address data structure.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
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()
}