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

Plaid Account Owner Address data structure.

In the data key is a map of relevant address fields. For example:

%{
  "city" => "Malakoff",
  "country" => "US",
  "postal_code" => "14236",
  "region": "NY",
  "street": "2992 Cameron Road"
}

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Accounts.Account.Owner.Address{data: map(), primary: boolean()}