plaid v2.3.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.Account.Owner.Address.t()],
  emails: [Plaid.Accounts.Account.Owner.Email.t()],
  names: [String.t()],
  phone_numbers: [Plaid.Accounts.Account.Owner.PhoneNumber.t()]
}