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

Plaid Account Owner data structure.

Link to this section Summary

Link to this section Types

@type 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()]
}