plaid v1.8.0 Plaid.Accounts.Account.Owner View Source

Plaid Account Owner data structure.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Plaid.Accounts.Account.Owner{
  addresses: [Plaid.Accounts.Owner.Address],
  emails: [Plaid.Accounts.Owner.Email],
  names: [String.t()],
  phone_numbers: [Plaid.Accounts.Owner.PhoneNumber]
}